[TableGen] Include header for each cpp file first. NFC

llvm-svn: 238180
This commit is contained in:
Craig Topper 2015-05-26 06:48:46 +00:00
parent 79a628ff02
commit f9ae48d70b
3 changed files with 3 additions and 4 deletions

View File

@ -15,13 +15,13 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/TableGen/Main.h"
#include "TGParser.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/ToolOutputFile.h"
#include "llvm/TableGen/Error.h"
#include "llvm/TableGen/Main.h"
#include "llvm/TableGen/Record.h"
#include <algorithm>
#include <cstdio>

View File

@ -12,10 +12,10 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/TableGen/SetTheory.h"
#include "llvm/Support/Format.h"
#include "llvm/TableGen/Error.h"
#include "llvm/TableGen/Record.h"
#include "llvm/TableGen/SetTheory.h"
using namespace llvm;

View File

@ -11,10 +11,9 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/TableGen/TableGenBackend.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/TableGen/TableGenBackend.h"
#include <algorithm>
using namespace llvm;