forked from OSchip/llvm-project
parent
47448288ee
commit
4f6002c79a
|
@ -13,7 +13,6 @@
|
||||||
|
|
||||||
#include "clang/Basic/SourceManager.h"
|
#include "clang/Basic/SourceManager.h"
|
||||||
#include "clang/Basic/FileManager.h"
|
#include "clang/Basic/FileManager.h"
|
||||||
#include "llvm/Config/config.h"
|
|
||||||
#include "llvm/Support/Compiler.h"
|
#include "llvm/Support/Compiler.h"
|
||||||
#include "llvm/Support/MemoryBuffer.h"
|
#include "llvm/Support/MemoryBuffer.h"
|
||||||
#include "llvm/System/Path.h"
|
#include "llvm/System/Path.h"
|
||||||
|
@ -21,7 +20,6 @@
|
||||||
#include "llvm/Bitcode/Deserialize.h"
|
#include "llvm/Bitcode/Deserialize.h"
|
||||||
#include "llvm/Support/Streams.h"
|
#include "llvm/Support/Streams.h"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <fcntl.h>
|
|
||||||
using namespace clang;
|
using namespace clang;
|
||||||
using namespace SrcMgr;
|
using namespace SrcMgr;
|
||||||
using llvm::MemoryBuffer;
|
using llvm::MemoryBuffer;
|
||||||
|
|
Loading…
Reference in New Issue