Remove useless #include.

Patch contributed by Jeff Cohen.

llvm-svn: 17891
This commit is contained in:
Reid Spencer 2004-11-16 07:00:23 +00:00
parent f070b6c4ac
commit 7cdcb2b0cb
6 changed files with 0 additions and 7 deletions

View File

@ -16,7 +16,6 @@
//===----------------------------------------------------------------------===//
#include "Win32.h"
#include "llvm/System/MappedFile.h"
#include "llvm/System/Process.h"
namespace llvm {

View File

@ -13,7 +13,6 @@
//===----------------------------------------------------------------------===//
#include "Win32.h"
#include "llvm/System/Memory.h"
#include "llvm/System/Process.h"
namespace llvm {

View File

@ -20,7 +20,6 @@
//===----------------------------------------------------------------------===//
#include "Win32.h"
#include <llvm/System/Path.h>
#include <fstream>
#include <malloc.h>

View File

@ -12,7 +12,6 @@
//===----------------------------------------------------------------------===//
#include "Win32.h"
#include "llvm/System/Process.h"
//===----------------------------------------------------------------------===//
//=== WARNING: Implementation here must contain only Win32 specific code

View File

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

View 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