Chuck fixed the GCC problems so this hack is now unneccesary

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1519 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-01-21 23:17:07 +00:00
parent 2d47418d3e
commit ae96151970
3 changed files with 0 additions and 3 deletions

View File

@ -20,7 +20,6 @@
#include "llvm/iPHINode.h"
#include "llvm/iOther.h"
#include <sys/types.h>
typedef int blksize_t;
#include <sys/stat.h>
#include <sys/mman.h>
#include <fcntl.h>

View File

@ -19,7 +19,6 @@
#include <fstream>
#include <memory>
#include <sys/types.h> // For FileExists
typedef int blksize_t; // SYS/TYPES is broken!!!
#include <sys/stat.h>

View File

@ -19,7 +19,6 @@
#include <fstream>
#include <memory>
#include <sys/types.h> // For FileExists
typedef int blksize_t; // SYS/TYPES is broken!!!
#include <sys/stat.h>