]> granicus.if.org Git - yasm/commitdiff
Move libyasm/file.h out of YASM_INTERNAL only inclusion (always include it).
authorPeter Johnson <peter@tortall.net>
Sun, 30 Mar 2003 21:27:25 +0000 (21:27 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 30 Mar 2003 21:27:25 +0000 (21:27 -0000)
svn path=/trunk/yasm/; revision=900

libyasm.h

index 74fa288de30f350dbca76bd5b163619f2b0c5e0a..6e70e2cd1ed1419ac8b078bd2a45c25a2553522c 100644 (file)
--- 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