1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Remove the #include of llvm/Config/unistd.h as it is no longer needed.

llvm-svn: 19067
This commit is contained in:
Reid Spencer 2004-12-20 04:52:04 +00:00
parent 56bec4165e
commit f9693c67ae

View File

@ -18,7 +18,6 @@
#include "llvm/Module.h"
#include "llvm/Instructions.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Config/unistd.h"
#include "llvm/System/MappedFile.h"
#include <cerrno>
using namespace llvm;