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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19067 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-12-20 04:52:04 +00:00
parent cc638c181d
commit 7904c4ffe4

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;