diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-16 07:00:23 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-16 07:00:23 +0000 |
commit | 56d3cdbd21452f4fa39ef87f0ed9d4ffbcd78c3f (patch) | |
tree | 36533e9d0643b804093b7f66f872dedc0d2bcda4 /lib/System/Win32/MappedFile.cpp | |
parent | 98601218901190d9d3bb5ebccae659f8db265b5d (diff) |
Remove useless #include.
Patch contributed by Jeff Cohen.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17891 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/Win32/MappedFile.cpp')
-rw-r--r-- | lib/System/Win32/MappedFile.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/System/Win32/MappedFile.cpp b/lib/System/Win32/MappedFile.cpp index 3112a93a8d..237e1962fb 100644 --- a/lib/System/Win32/MappedFile.cpp +++ b/lib/System/Win32/MappedFile.cpp @@ -16,7 +16,6 @@ //===----------------------------------------------------------------------===// #include "Win32.h" -#include "llvm/System/MappedFile.h" #include "llvm/System/Process.h" namespace llvm { |