Reorganize the C API headers to improve build times.
[oota-llvm.git] / bindings / go / llvm / target.go
index bd1d0f3a440d3cfd35ca89fe9673ccf10c0d6109..6b1895b9ac60981f2a1d3e224c0e68f04c8bce6a 100644 (file)
@@ -14,6 +14,7 @@
 package llvm
 
 /*
+#include "llvm-c/Core.h"
 #include "llvm-c/Target.h"
 #include "llvm-c/TargetMachine.h"
 #include <stdlib.h>