aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-10-10 19:12:45 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-10-10 19:12:45 +0000
commitac32bfa54b052181f89e4a1b1259ce0c4d55237d (patch)
treee1abbe3c27edbb478ed5319b629ad27a7c93360d
parent82a036fd192ac71b1326f6a4e67cef5c0514f476 (diff)
downloadexternal_llvm-ac32bfa54b052181f89e4a1b1259ce0c4d55237d.zip
external_llvm-ac32bfa54b052181f89e4a1b1259ce0c4d55237d.tar.gz
external_llvm-ac32bfa54b052181f89e4a1b1259ce0c4d55237d.tar.bz2
Don't include <stdlib.h>.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9038 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/bugpoint/OptimizerDriver.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/bugpoint/OptimizerDriver.cpp b/tools/bugpoint/OptimizerDriver.cpp
index 6aa23e8..9b855be 100644
--- a/tools/bugpoint/OptimizerDriver.cpp
+++ b/tools/bugpoint/OptimizerDriver.cpp
@@ -15,7 +15,6 @@
#include "llvm/Target/TargetData.h"
#include "Support/FileUtilities.h"
#include <fstream>
-#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/wait.h>