* Changed include to use system headers.
authortwisti <none@none>
Sun, 1 Jan 2006 16:40:10 +0000 (16:40 +0000)
committertwisti <none@none>
Sun, 1 Jan 2006 16:40:10 +0000 (16:40 +0000)
src/vm/jit/x86_64/dis-asm.h

index 730581e083188db2b0a341c22f0f4ce07224abef..dfe3e082d00c8eaa5f62604dea3cadc752861ec9 100644 (file)
@@ -32,12 +32,11 @@ extern "C" {
 #endif
 
 #include <stdio.h>
-#include "bfd.h"
+#include <ansidecl.h>
+#include <bfd.h>
 
 #include "vm/types.h"
 
-#include "ansidecl.h"
-
 #define _(String) (String)
 
 typedef int (*fprintf_ftype) PARAMS((PTR, const char*, ...));