[NFC] Remove some include cycles

These files include themselves directly.
This commit is contained in:
Timm Bäder 2021-06-08 12:33:40 +02:00
parent 2b626aba44
commit 22875b2ce3
2 changed files with 0 additions and 2 deletions

View File

@ -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"

View File

@ -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 {