summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-16 07:00:23 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-16 07:00:23 +0000
commit7cdcb2b0cbee8d65f43f6da84f2c5d95637b8167 (patch)
tree51d82ba5b84e89885e204312de91d853f4ca425a /llvm/lib/System
parentf070b6c4acd001ac25df04ac7bc57fd9586c599c (diff)
downloadbcm5719-llvm-7cdcb2b0cbee8d65f43f6da84f2c5d95637b8167.tar.gz
bcm5719-llvm-7cdcb2b0cbee8d65f43f6da84f2c5d95637b8167.zip
Remove useless #include.
Patch contributed by Jeff Cohen. llvm-svn: 17891
Diffstat (limited to 'llvm/lib/System')
-rw-r--r--llvm/lib/System/Win32/MappedFile.cpp1
-rw-r--r--llvm/lib/System/Win32/Memory.cpp1
-rw-r--r--llvm/lib/System/Win32/Path.cpp1
-rw-r--r--llvm/lib/System/Win32/Process.cpp1
-rw-r--r--llvm/lib/System/Win32/Program.cpp1
-rw-r--r--llvm/lib/System/Win32/SysConfig.cpp2
6 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/System/Win32/MappedFile.cpp b/llvm/lib/System/Win32/MappedFile.cpp
index 3112a93a8d3..237e1962fbb 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 ab3bb517723..f7b05abe037 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 08a3d402e88..944aea101fb 100644
--- a/llvm/lib/System/Win32/Path.cpp
+++ b/llvm/lib/System/Win32/Path.cpp
@@ -20,7 +20,6 @@
//===----------------------------------------------------------------------===//
#include "Win32.h"
-#include <llvm/System/Path.h>
#include <fstream>
#include <malloc.h>
diff --git a/llvm/lib/System/Win32/Process.cpp b/llvm/lib/System/Win32/Process.cpp
index 61572582107..5a4b4f0dbbb 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 0078fb76628..a509788ce35 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 <malloc.h>
//===----------------------------------------------------------------------===//
diff --git a/llvm/lib/System/Win32/SysConfig.cpp b/llvm/lib/System/Win32/SysConfig.cpp
index b3a941bad9d..66a463ba934 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
OpenPOWER on IntegriCloud