Remove unnecessary include.

llvm-svn: 201041
This commit is contained in:
Craig Topper 2014-02-09 07:55:19 +00:00
parent 080a61c21b
commit 2813e3a46e
3 changed files with 0 additions and 3 deletions

View 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>

View 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>

View 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;