diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-09-24 04:45:02 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-09-24 04:45:02 +0000 |
commit | 239a226dea6909872437a9b562531023fad6612e (patch) | |
tree | c13f890018b3b669b79b14274eff684989e34015 | |
parent | 28d692d30e88f9805c120ccfd1d55b098cfc90ce (diff) | |
download | bcm5719-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.inc | 1 |
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; |