Remove unnecessary include.
authorCraig Topper <craig.topper@gmail.com>
Sun, 9 Feb 2014 07:55:19 +0000 (07:55 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 9 Feb 2014 07:55:19 +0000 (07:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201041 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/CTagsEmitter.cpp
utils/TableGen/FixedLenDecoderEmitter.cpp
utils/TableGen/X86DisassemblerTables.cpp

index 8bf777839bddd39ddc5b2fccf263f59cfa437894..1d240face83375d28ad24a0254bd1114b3a2b3ee 100644 (file)
@@ -19,7 +19,6 @@
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/TableGen/Error.h"
 #include "llvm/TableGen/Record.h"
-#include "llvm/TableGen/TableGenBackend.h"
 #include <algorithm>
 #include <string>
 #include <vector>
index a8841759ac91ac1c48402348fd2704d9b7b5f334..66ce30b540c33410bf2d37e7703604cfaa686a46 100644 (file)
@@ -28,7 +28,6 @@
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/TableGen/Error.h"
 #include "llvm/TableGen/Record.h"
-#include "llvm/TableGen/TableGenBackend.h"
 #include <map>
 #include <string>
 #include <vector>
index f9c3e1ab2fa78ecae395df2b2d7056eb57b7e75c..c473c34eae96b22aa4bb416900743d6272a9ae80 100644 (file)
@@ -19,7 +19,6 @@
 #include "llvm/ADT/STLExtras.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/Format.h"
-#include "llvm/TableGen/TableGenBackend.h"
 #include <map>
 
 using namespace llvm;