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
This commit is contained in:
Reid Spencer
2004-11-16 07:00:23 +00:00
parent 9860121890
commit 56d3cdbd21
11 changed files with 0 additions and 12 deletions

View File

@@ -13,7 +13,6 @@
// Include the generic Unix implementation
#include "Win32.h"
#include "llvm/System/Program.h"
#include <malloc.h>
//===----------------------------------------------------------------------===//