Move DataTypes.h to include/llvm/System, update all users. This breaks the last
[oota-llvm.git] / utils / TableGen / Record.cpp
index a551166a9cd24a436c178678a84c07624f9709da..25fe5c4ddf34866319f52b4bd001aade7879d7ce 100644 (file)
@@ -12,7 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "Record.h"
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
 #include "llvm/Support/Format.h"
 #include "llvm/ADT/StringExtras.h"