Move TableGen's parser and entry point into a library
[oota-llvm.git] / utils / TableGen / ClangDiagnosticsEmitter.cpp
index 130f3e1e763bc686d4bbef87f11cd7ec75b46878..da2fb70b4a573f2bb31e2aede4c511950676e17c 100644 (file)
@@ -12,7 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "ClangDiagnosticsEmitter.h"
-#include "Record.h"
+#include "llvm/TableGen/Record.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/Compiler.h"
 #include "llvm/ADT/DenseSet.h"