1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[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 1c7877f31b
commit a146be49ac

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 {