Move DataTypes.h to include/llvm/System, update all users. This breaks the last
[oota-llvm.git] / include / llvm / Support / SlowOperationInformer.h
index b30aa987523cf97504c2539334ce2f689a38c51d..524049cbff17ddaa2897f300eeb868e07faf3ddd 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <string>
 #include <cassert>
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
 
 namespace llvm {
   class SlowOperationInformer {