summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-09-24 04:45:02 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-09-24 04:45:02 +0000
commit239a226dea6909872437a9b562531023fad6612e (patch)
treec13f890018b3b669b79b14274eff684989e34015
parent28d692d30e88f9805c120ccfd1d55b098cfc90ce (diff)
downloadbcm5719-llvm-239a226dea6909872437a9b562531023fad6612e.tar.gz
bcm5719-llvm-239a226dea6909872437a9b562531023fad6612e.zip
Unix/Host.inc: Remove <cstdlib>. It has been unused for a long time.
llvm-svn: 218373
-rw-r--r--llvm/lib/Support/Unix/Host.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/Unix/Host.inc b/llvm/lib/Support/Unix/Host.inc
index ce21d358aab..fcb3638d1ce 100644
--- a/llvm/lib/Support/Unix/Host.inc
+++ b/llvm/lib/Support/Unix/Host.inc
@@ -22,7 +22,6 @@
#include <sys/utsname.h>
#include <cctype>
#include <string>
-#include <cstdlib> // ::getenv
using namespace llvm;
OpenPOWER on IntegriCloud