aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-10-10 19:12:22 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-10-10 19:12:22 +0000
commit82a036fd192ac71b1326f6a4e67cef5c0514f476 (patch)
treefb6c0c0b4ea739ffe0ed444502c5a2e0403954a2 /tools
parent778fab283e08a9afa2d1af75ef090958dcc04d97 (diff)
downloadexternal_llvm-82a036fd192ac71b1326f6a4e67cef5c0514f476.zip
external_llvm-82a036fd192ac71b1326f6a4e67cef5c0514f476.tar.gz
external_llvm-82a036fd192ac71b1326f6a4e67cef5c0514f476.tar.bz2
Don't include "Config/stdlib.h".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9037 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/gccld/Linker.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/gccld/Linker.cpp b/tools/gccld/Linker.cpp
index 5989925..2afe5c1 100644
--- a/tools/gccld/Linker.cpp
+++ b/tools/gccld/Linker.cpp
@@ -18,7 +18,6 @@
#include "Support/FileUtilities.h"
#include "Support/Signals.h"
#include "Support/SystemUtils.h"
-#include "Config/stdlib.h"
#include <algorithm>
#include <fstream>
#include <memory>