Changes For Bug 352
[oota-llvm.git] / utils / TableGen / FileParser.y
index bf10abc8be7a0733fe98d89c327074ef893d087d..8781049956b7a08704a2dfadc10d1f3ec85bee39 100644 (file)
@@ -13,7 +13,7 @@
 
 %{
 #include "Record.h"
-#include "Support/StringExtras.h"
+#include "llvm/ADT/StringExtras.h"
 #include <algorithm>
 #include <cstdio>
 #define YYERROR_VERBOSE 1