Move TableGen's parser and entry point into a library
[oota-llvm.git] / utils / TableGen / ClangAttrEmitter.cpp
index 68cd87dcdc9d174fbb77bb1fe3fb019d3416a163..5f25b8fa568d7a264a4933d3ad43a5e8d77a6451 100644 (file)
@@ -12,8 +12,8 @@
 //===----------------------------------------------------------------------===//
 
 #include "ClangAttrEmitter.h"
-#include "Record.h"
 #include "llvm/ADT/StringSwitch.h"
+#include "llvm/TableGen/Record.h"
 #include <algorithm>
 #include <cctype>