Move TargetRegistry and TargetSelect from Target to Support where they belong.
[oota-llvm.git] / unittests / ExecutionEngine / JIT / JITTest.cpp
index 3cac28202265262eabbad9365127e9081ec0334e..302b18928cb80d98e80d2bc40fd0f5196b3aa1f2 100644 (file)
@@ -27,7 +27,7 @@
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/SourceMgr.h"
 #include "llvm/Support/TypeBuilder.h"
-#include "llvm/Target/TargetSelect.h"
+#include "llvm/Support/TargetSelect.h"
 #include "llvm/Type.h"
 
 #include <vector>