forked from OSchip/llvm-project
[NFC] Remove some include cycles
These files include themselves directly.
This commit is contained in:
parent
2b626aba44
commit
22875b2ce3
|
@ -16,7 +16,6 @@
|
|||
#ifndef LLVM_CLANG_AST_INTERP_CONTEXT_H
|
||||
#define LLVM_CLANG_AST_INTERP_CONTEXT_H
|
||||
|
||||
#include "Context.h"
|
||||
#include "InterpStack.h"
|
||||
#include "clang/AST/APValue.h"
|
||||
#include "llvm/ADT/PointerIntPair.h"
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
#ifndef LLVM_EXECUTIONENGINE_JITLINK_ELF_H
|
||||
#define LLVM_EXECUTIONENGINE_JITLINK_ELF_H
|
||||
|
||||
#include "llvm/ExecutionEngine/JITLink/ELF.h"
|
||||
#include "llvm/ExecutionEngine/JITLink/JITLink.h"
|
||||
|
||||
namespace llvm {
|
||||
|
|
Loading…
Reference in New Issue