Remove useless #include.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 16 Nov 2004 07:00:23 +0000 (07:00 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 16 Nov 2004 07:00:23 +0000 (07:00 +0000)
Patch contributed by Jeff Cohen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17891 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/Win32/MappedFile.cpp
lib/System/Win32/MappedFile.inc
lib/System/Win32/Memory.cpp
lib/System/Win32/Memory.inc
lib/System/Win32/Path.cpp
lib/System/Win32/Path.inc
lib/System/Win32/Process.cpp
lib/System/Win32/Process.inc
lib/System/Win32/Program.cpp
lib/System/Win32/Program.inc
lib/System/Win32/SysConfig.cpp

index 3112a93a8d37337a4de479151437d7337c08c845..237e1962fbb864fd7d280b30733b594dde832829 100644 (file)
@@ -16,7 +16,6 @@
 //===----------------------------------------------------------------------===//
 
 #include "Win32.h"
-#include "llvm/System/MappedFile.h"
 #include "llvm/System/Process.h"
 
 namespace llvm {
index 3112a93a8d37337a4de479151437d7337c08c845..237e1962fbb864fd7d280b30733b594dde832829 100644 (file)
@@ -16,7 +16,6 @@
 //===----------------------------------------------------------------------===//
 
 #include "Win32.h"
-#include "llvm/System/MappedFile.h"
 #include "llvm/System/Process.h"
 
 namespace llvm {
index ab3bb5177234b339edb190cc2f869038b519c151..f7b05abe037f25d3a9cf15a1f111f78c94004d08 100644 (file)
@@ -13,7 +13,6 @@
 //===----------------------------------------------------------------------===//
 
 #include "Win32.h"
-#include "llvm/System/Memory.h"
 #include "llvm/System/Process.h"
 
 namespace llvm {
index ab3bb5177234b339edb190cc2f869038b519c151..f7b05abe037f25d3a9cf15a1f111f78c94004d08 100644 (file)
@@ -13,7 +13,6 @@
 //===----------------------------------------------------------------------===//
 
 #include "Win32.h"
-#include "llvm/System/Memory.h"
 #include "llvm/System/Process.h"
 
 namespace llvm {
index 08a3d402e8806eef0ed880d17d889fa054ee1df1..944aea101fbe745af527153c8fbd5ce4801f4ec4 100644 (file)
@@ -20,7 +20,6 @@
 //===----------------------------------------------------------------------===//
 
 #include "Win32.h"
-#include <llvm/System/Path.h>
 #include <fstream>
 #include <malloc.h>
 
index 08a3d402e8806eef0ed880d17d889fa054ee1df1..944aea101fbe745af527153c8fbd5ce4801f4ec4 100644 (file)
@@ -20,7 +20,6 @@
 //===----------------------------------------------------------------------===//
 
 #include "Win32.h"
-#include <llvm/System/Path.h>
 #include <fstream>
 #include <malloc.h>
 
index 6157258210757e8ca024af9fbaf639574b48ab65..5a4b4f0dbbb71345668a1ae786677eadd95ef852 100644 (file)
@@ -12,7 +12,6 @@
 //===----------------------------------------------------------------------===//
 
 #include "Win32.h"
-#include "llvm/System/Process.h"
 
 //===----------------------------------------------------------------------===//
 //=== WARNING: Implementation here must contain only Win32 specific code 
index 6157258210757e8ca024af9fbaf639574b48ab65..5a4b4f0dbbb71345668a1ae786677eadd95ef852 100644 (file)
@@ -12,7 +12,6 @@
 //===----------------------------------------------------------------------===//
 
 #include "Win32.h"
-#include "llvm/System/Process.h"
 
 //===----------------------------------------------------------------------===//
 //=== WARNING: Implementation here must contain only Win32 specific code 
index 0078fb76628f44a9943a9870b2874ef5b7dd5bf3..a509788ce35e4ed696a42ad1cb4992f1b6519879 100644 (file)
@@ -13,7 +13,6 @@
 
 // Include the generic Unix implementation
 #include "Win32.h"
-#include "llvm/System/Program.h"
 #include <malloc.h>
 
 //===----------------------------------------------------------------------===//
index 0078fb76628f44a9943a9870b2874ef5b7dd5bf3..a509788ce35e4ed696a42ad1cb4992f1b6519879 100644 (file)
@@ -13,7 +13,6 @@
 
 // Include the generic Unix implementation
 #include "Win32.h"
-#include "llvm/System/Program.h"
 #include <malloc.h>
 
 //===----------------------------------------------------------------------===//
index b3a941bad9dd8f86cb33ab76add1646399d202a7..66a463ba9348120ce0c1d2c7d848affa503d056e 100644 (file)
@@ -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