Don't include <stdlib.h>.

llvm-svn: 9038
This commit is contained in:
Brian Gaeke 2003-10-10 19:12:45 +00:00
parent 2797c131ef
commit c4501c936f
1 changed files with 0 additions and 1 deletions

View File

@ -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>