Skip to content

Commit

Permalink
Move libyasm/file.h out of YASM_INTERNAL only inclusion (always inclu…
Browse files Browse the repository at this point in the history
…de it).

svn path=/trunk/yasm/; revision=900
  • Loading branch information
PeterJohnson committed Mar 30, 2003
1 parent 4d37cb5 commit 22d86be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libyasm.h
Expand Up @@ -64,14 +64,15 @@
#include <libyasm/parser.h>
#include <libyasm/preproc.h>

#include <libyasm/file.h>

#ifdef YASM_INTERNAL
#ifdef YASM_BC_INTERNAL
#include <libyasm/bc-int.h>
#endif
#ifdef YASM_EXPR_INTERNAL
#include <libyasm/expr-int.h>
#endif
#include <libyasm/file.h>
#include <libyasm/hamt.h>
#include <libyasm/bitvect.h>
#endif
Expand Down

0 comments on commit 22d86be

Please sign in to comment.