Move TargetRegistry and TargetSelect from Target to Support where they belong.
[oota-llvm.git] / examples / Fibonacci / fibonacci.cpp
index a7bbf8c7268421f361aa4664e1f794e4e9f4dc71..a7d1ca8ff6a29219bb122e73ebca7ed994960e07 100644 (file)
@@ -33,7 +33,7 @@
 #include "llvm/ExecutionEngine/Interpreter.h"
 #include "llvm/ExecutionEngine/GenericValue.h"
 #include "llvm/Support/raw_ostream.h"
-#include "llvm/Target/TargetSelect.h"
+#include "llvm/Support/TargetSelect.h"
 using namespace llvm;
 
 static Function *CreateFibFunction(Module *M, LLVMContext &Context) {