Move DataTypes.h to include/llvm/System, update all users. This breaks the last
[oota-llvm.git] / include / llvm / MC / MCSymbol.h
index d08f0e5f8edc7f855b6cca69ffb5a179e181221c..c6efe723d5d99838b94c447fb441a1d9d895249a 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <string>
 #include "llvm/ADT/StringRef.h"
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
 
 namespace llvm {
   class MCAsmInfo;