Move DataTypes.h to include/llvm/System, update all users. This breaks the last
[oota-llvm.git] / lib / ExecutionEngine / JIT / JITDebugRegisterer.h
index 832580daa0a83bba7e9890fce2b3d6fec448748f..7e53d78471391a924b0d08a5f78da9bb20ea47fc 100644 (file)
@@ -16,7 +16,7 @@
 #define LLVM_EXECUTION_ENGINE_JIT_DEBUGREGISTERER_H
 
 #include "llvm/ADT/DenseMap.h"
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
 #include <string>
 
 // This must be kept in sync with gdb/gdb/jit.h .
@@ -48,7 +48,7 @@ extern "C" {
 
 namespace llvm {
 
-struct ELFSection;
+class ELFSection;
 class Function;
 class TargetMachine;