summaryrefslogtreecommitdiff
path: root/lib/Linker
diff options
context:
space:
mode:
authorDylan Noblesmith <nobled@dreamwidth.org>2011-12-22 23:04:07 +0000
committerDylan Noblesmith <nobled@dreamwidth.org>2011-12-22 23:04:07 +0000
commit9421406aada374f79ce2f8e576824463f7830981 (patch)
tree27e6d39e10f547a5f9ceb306230861e68661d104 /lib/Linker
parentb8c20b8d78f946a1657825f7e0a48c6ead352ca6 (diff)
downloadllvm-9421406aada374f79ce2f8e576824463f7830981.tar.gz
llvm-9421406aada374f79ce2f8e576824463f7830981.tar.bz2
llvm-9421406aada374f79ce2f8e576824463f7830981.tar.xz
drop unneeded config.h includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147197 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Linker')
-rw-r--r--lib/Linker/LinkArchives.cpp1
-rw-r--r--lib/Linker/Linker.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/Linker/LinkArchives.cpp b/lib/Linker/LinkArchives.cpp
index 2c4ed7fdc1..7a59424652 100644
--- a/lib/Linker/LinkArchives.cpp
+++ b/lib/Linker/LinkArchives.cpp
@@ -16,7 +16,6 @@
#include "llvm/Module.h"
#include "llvm/ADT/SetOperations.h"
#include "llvm/Bitcode/Archive.h"
-#include "llvm/Config/config.h"
#include <memory>
#include <set>
using namespace llvm;
diff --git a/lib/Linker/Linker.cpp b/lib/Linker/Linker.cpp
index 59fbceb6a3..7c6cf4f3dd 100644
--- a/lib/Linker/Linker.cpp
+++ b/lib/Linker/Linker.cpp
@@ -17,7 +17,6 @@
#include "llvm/Support/Path.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/raw_ostream.h"
-#include "llvm/Config/config.h"
#include "llvm/Support/system_error.h"
using namespace llvm;