forked from OSchip/llvm-project
Remove useless #include.
Patch contributed by Jeff Cohen. llvm-svn: 17891
This commit is contained in:
parent
f070b6c4ac
commit
7cdcb2b0cb
|
@ -16,7 +16,6 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "Win32.h"
|
||||
#include "llvm/System/MappedFile.h"
|
||||
#include "llvm/System/Process.h"
|
||||
|
||||
namespace llvm {
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "Win32.h"
|
||||
#include "llvm/System/Memory.h"
|
||||
#include "llvm/System/Process.h"
|
||||
|
||||
namespace llvm {
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "Win32.h"
|
||||
#include <llvm/System/Path.h>
|
||||
#include <fstream>
|
||||
#include <malloc.h>
|
||||
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "Win32.h"
|
||||
#include "llvm/System/Process.h"
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//=== WARNING: Implementation here must contain only Win32 specific code
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
|
||||
// Include the generic Unix implementation
|
||||
#include "Win32.h"
|
||||
#include "llvm/System/Program.h"
|
||||
#include <malloc.h>
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue