From 22875b2ce3fd8a5cf4f615ed7e91950f613ba9d4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Tue, 8 Jun 2021 12:33:40 +0200 Subject: [PATCH] [NFC] Remove some include cycles These files include themselves directly. --- clang/lib/AST/Interp/Context.h | 1 - llvm/include/llvm/ExecutionEngine/JITLink/ELF.h | 1 - 2 files changed, 2 deletions(-) diff --git a/clang/lib/AST/Interp/Context.h b/clang/lib/AST/Interp/Context.h index e4d831c..e8238ee 100644 --- a/clang/lib/AST/Interp/Context.h +++ b/clang/lib/AST/Interp/Context.h @@ -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" diff --git a/llvm/include/llvm/ExecutionEngine/JITLink/ELF.h b/llvm/include/llvm/ExecutionEngine/JITLink/ELF.h index 8912f3a..038591f 100644 --- a/llvm/include/llvm/ExecutionEngine/JITLink/ELF.h +++ b/llvm/include/llvm/ExecutionEngine/JITLink/ELF.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 { -- 2.7.4