mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
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:
parent
9860121890
commit
56d3cdbd21
@ -16,7 +16,6 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "Win32.h"
|
||||
#include "llvm/System/MappedFile.h"
|
||||
#include "llvm/System/Process.h"
|
||||
|
||||
namespace llvm {
|
||||
|
@ -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 {
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
@ -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
Block a user