Move TargetRegistry and TargetSelect from Target to Support where they belong.
[oota-llvm.git] / lib / Target / SystemZ / SystemZTargetMachine.cpp
index ef17d6c502e2f9d4089ede06dc8ab72f24528e47..e390f060c9a9116679cc0ac028232622ef4258b0 100644 (file)
@@ -10,7 +10,7 @@
 #include "SystemZTargetMachine.h"
 #include "SystemZ.h"
 #include "llvm/PassManager.h"
-#include "llvm/Target/TargetRegistry.h"
+#include "llvm/Support/TargetRegistry.h"
 using namespace llvm;
 
 extern "C" void LLVMInitializeSystemZTarget() {