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/SysConfig.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/SysConfig.cpp')
-rw-r--r-- | lib/System/Win32/SysConfig.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/System/Win32/SysConfig.cpp b/lib/System/Win32/SysConfig.cpp index b3a941bad9..66a463ba93 100644 --- a/lib/System/Win32/SysConfig.cpp +++ b/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 |