summaryrefslogtreecommitdiff
path: root/lib/System/Win32/Process.inc
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
commit56d3cdbd21452f4fa39ef87f0ed9d4ffbcd78c3f (patch)
tree36533e9d0643b804093b7f66f872dedc0d2bcda4 /lib/System/Win32/Process.inc
parent98601218901190d9d3bb5ebccae659f8db265b5d (diff)
downloadllvm-56d3cdbd21452f4fa39ef87f0ed9d4ffbcd78c3f.tar.gz
llvm-56d3cdbd21452f4fa39ef87f0ed9d4ffbcd78c3f.tar.bz2
llvm-56d3cdbd21452f4fa39ef87f0ed9d4ffbcd78c3f.tar.xz
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/Process.inc')
-rw-r--r--lib/System/Win32/Process.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/System/Win32/Process.inc b/lib/System/Win32/Process.inc
index 6157258210..5a4b4f0dbb 100644
--- a/lib/System/Win32/Process.inc
+++ b/lib/System/Win32/Process.inc
@@ -12,7 +12,6 @@
//===----------------------------------------------------------------------===//
#include "Win32.h"
-#include "llvm/System/Process.h"
//===----------------------------------------------------------------------===//
//=== WARNING: Implementation here must contain only Win32 specific code