From 7cdcb2b0cbee8d65f43f6da84f2c5d95637b8167 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 16 Nov 2004 07:00:23 +0000 Subject: [PATCH] Remove useless #include. Patch contributed by Jeff Cohen. llvm-svn: 17891 --- llvm/lib/System/Win32/MappedFile.cpp | 1 - llvm/lib/System/Win32/Memory.cpp | 1 - llvm/lib/System/Win32/Path.cpp | 1 - llvm/lib/System/Win32/Process.cpp | 1 - llvm/lib/System/Win32/Program.cpp | 1 - llvm/lib/System/Win32/SysConfig.cpp | 2 -- 6 files changed, 7 deletions(-) diff --git a/llvm/lib/System/Win32/MappedFile.cpp b/llvm/lib/System/Win32/MappedFile.cpp index 3112a93a8d37..237e1962fbb8 100644 --- a/llvm/lib/System/Win32/MappedFile.cpp +++ b/llvm/lib/System/Win32/MappedFile.cpp @@ -16,7 +16,6 @@ //===----------------------------------------------------------------------===// #include "Win32.h" -#include "llvm/System/MappedFile.h" #include "llvm/System/Process.h" namespace llvm { diff --git a/llvm/lib/System/Win32/Memory.cpp b/llvm/lib/System/Win32/Memory.cpp index ab3bb5177234..f7b05abe037f 100644 --- a/llvm/lib/System/Win32/Memory.cpp +++ b/llvm/lib/System/Win32/Memory.cpp @@ -13,7 +13,6 @@ //===----------------------------------------------------------------------===// #include "Win32.h" -#include "llvm/System/Memory.h" #include "llvm/System/Process.h" namespace llvm { diff --git a/llvm/lib/System/Win32/Path.cpp b/llvm/lib/System/Win32/Path.cpp index 08a3d402e880..944aea101fbe 100644 --- a/llvm/lib/System/Win32/Path.cpp +++ b/llvm/lib/System/Win32/Path.cpp @@ -20,7 +20,6 @@ //===----------------------------------------------------------------------===// #include "Win32.h" -#include #include #include diff --git a/llvm/lib/System/Win32/Process.cpp b/llvm/lib/System/Win32/Process.cpp index 615725821075..5a4b4f0dbbb7 100644 --- a/llvm/lib/System/Win32/Process.cpp +++ b/llvm/lib/System/Win32/Process.cpp @@ -12,7 +12,6 @@ //===----------------------------------------------------------------------===// #include "Win32.h" -#include "llvm/System/Process.h" //===----------------------------------------------------------------------===// //=== WARNING: Implementation here must contain only Win32 specific code diff --git a/llvm/lib/System/Win32/Program.cpp b/llvm/lib/System/Win32/Program.cpp index 0078fb76628f..a509788ce35e 100644 --- a/llvm/lib/System/Win32/Program.cpp +++ b/llvm/lib/System/Win32/Program.cpp @@ -13,7 +13,6 @@ // Include the generic Unix implementation #include "Win32.h" -#include "llvm/System/Program.h" #include //===----------------------------------------------------------------------===// diff --git a/llvm/lib/System/Win32/SysConfig.cpp b/llvm/lib/System/Win32/SysConfig.cpp index b3a941bad9dd..66a463ba9348 100644 --- a/llvm/lib/System/Win32/SysConfig.cpp +++ b/llvm/lib/System/Win32/SysConfig.cpp @@ -11,8 +11,6 @@ // //===----------------------------------------------------------------------===// -#include "llvm/System/SysConfig.h" - namespace llvm { // Some LLVM programs such as bugpoint produce core files as a normal part of