summaryrefslogtreecommitdiff
path: root/nasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'nasm.h')
-rw-r--r--nasm.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/nasm.h b/nasm.h
index 6e231b6..4ae93b6 100644
--- a/nasm.h
+++ b/nasm.h
@@ -14,11 +14,7 @@
#include <stdio.h>
#include <inttypes.h>
#include "version.h" /* generated NASM version macros */
-
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
+#include "compiler.h"
#include "insnsi.h" /* For enum opcode */
#ifndef NULL