Move TargetRegistry and TargetSelect from Target to Support where they belong.
[oota-llvm.git] / lib / MC / MCAssembler.cpp
index b7d774b9b0d7953bdd235d54ff0c591e4dc84382..06c8aec91917e54373f6a6c9dba779cc4bb1932e 100644 (file)
@@ -26,7 +26,7 @@
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/raw_ostream.h"
-#include "llvm/Target/TargetRegistry.h"
+#include "llvm/Support/TargetRegistry.h"
 
 using namespace llvm;