1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Unix/Host.inc: Remove <cstdlib>. It has been unused for a long time.

llvm-svn: 218373
This commit is contained in:
NAKAMURA Takumi 2014-09-24 04:45:02 +00:00
parent 6ac62754ba
commit 2c3275b193

View File

@ -22,7 +22,6 @@
#include <sys/utsname.h>
#include <cctype>
#include <string>
#include <cstdlib> // ::getenv
using namespace llvm;