Move DataTypes.h to include/llvm/System, update all users. This breaks the last
[oota-llvm.git] / projects / sample / lib / sample / sample.c
index a5ae28091bc45f7fc468730005e344d420666340..8ebb5ecfae68e0a9bff995cc78fb9782e507ee5a 100644 (file)
@@ -11,7 +11,7 @@
 #include <stdlib.h>
 
 /* LLVM Header File
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
 */
 
 /* Header file global to this project */