[NFC] Remove some include cycles
authorTimm Bäder <tbaeder@redhat.com>
Tue, 8 Jun 2021 10:33:40 +0000 (12:33 +0200)
committerTimm Bäder <tbaeder@redhat.com>
Tue, 8 Jun 2021 12:00:39 +0000 (14:00 +0200)
These files include themselves directly.

clang/lib/AST/Interp/Context.h
llvm/include/llvm/ExecutionEngine/JITLink/ELF.h

index e4d831c..e8238ee 100644 (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"
index 8912f3a..038591f 100644 (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 {