summaryrefslogtreecommitdiff
path: root/libyasm.h
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2003-03-30 21:27:25 +0000
committerPeter Johnson <peter@tortall.net>2003-03-30 21:27:25 +0000
commit22d86befb30347a88ce39f5878d999cc2d5e0a58 (patch)
treed21c697d647a060cb109749cd9a877e86786f5c7 /libyasm.h
parent4d37cb578f44e3d300fb8c7c98b359628d7f1737 (diff)
downloadyasm-22d86befb30347a88ce39f5878d999cc2d5e0a58.tar.gz
Move libyasm/file.h out of YASM_INTERNAL only inclusion (always include it).
svn path=/trunk/yasm/; revision=900
Diffstat (limited to 'libyasm.h')
-rw-r--r--libyasm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libyasm.h b/libyasm.h
index 74fa288d..6e70e2cd 100644
--- a/libyasm.h
+++ b/libyasm.h
@@ -64,6 +64,8 @@
#include <libyasm/parser.h>
#include <libyasm/preproc.h>
+#include <libyasm/file.h>
+
#ifdef YASM_INTERNAL
#ifdef YASM_BC_INTERNAL
#include <libyasm/bc-int.h>
@@ -71,7 +73,6 @@
#ifdef YASM_EXPR_INTERNAL
#include <libyasm/expr-int.h>
#endif
-#include <libyasm/file.h>
#include <libyasm/hamt.h>
#include <libyasm/bitvect.h>
#endif