aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-05-06 01:32:53 +0000
committerDan Gohman <gohman@apple.com>2008-05-06 01:32:53 +0000
commit84b7df43fb098268f6ce37a3e32bcc2f455ecf96 (patch)
tree78dbc6bd9a30c6ecaefb604e9372d419da60af28 /lib/System
parent54eed371314af403ef8307b386b3b5b46c8aa6fb (diff)
downloadexternal_llvm-84b7df43fb098268f6ce37a3e32bcc2f455ecf96.zip
external_llvm-84b7df43fb098268f6ce37a3e32bcc2f455ecf96.tar.gz
external_llvm-84b7df43fb098268f6ce37a3e32bcc2f455ecf96.tar.bz2
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50695 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System')
-rw-r--r--lib/System/Alarm.cpp2
-rw-r--r--lib/System/DynamicLibrary.cpp2
-rw-r--r--lib/System/Memory.cpp3
-rw-r--r--lib/System/Mutex.cpp1
-rw-r--r--lib/System/Process.cpp2
-rw-r--r--lib/System/Program.cpp2
-rw-r--r--lib/System/Signals.cpp2
7 files changed, 0 insertions, 14 deletions
diff --git a/lib/System/Alarm.cpp b/lib/System/Alarm.cpp
index 57a8b08..0014ca7 100644
--- a/lib/System/Alarm.cpp
+++ b/lib/System/Alarm.cpp
@@ -31,5 +31,3 @@ using namespace sys;
#ifdef LLVM_ON_WIN32
#include "Win32/Alarm.inc"
#endif
-
-DEFINING_FILE_FOR(SystemAlarm)
diff --git a/lib/System/DynamicLibrary.cpp b/lib/System/DynamicLibrary.cpp
index 7af718d..572ba49 100644
--- a/lib/System/DynamicLibrary.cpp
+++ b/lib/System/DynamicLibrary.cpp
@@ -159,5 +159,3 @@ void* DynamicLibrary::SearchForAddressOfSymbol(const char* symbolName) {
}
#endif // LLVM_ON_WIN32
-
-DEFINING_FILE_FOR(SystemDynamicLibrary)
diff --git a/lib/System/Memory.cpp b/lib/System/Memory.cpp
index a0aa543..054cc96 100644
--- a/lib/System/Memory.cpp
+++ b/lib/System/Memory.cpp
@@ -14,7 +14,6 @@
#include "llvm/System/Memory.h"
#include "llvm/Config/config.h"
-#include "llvm/System/IncludeFile.h"
namespace llvm {
using namespace sys;
@@ -33,5 +32,3 @@ using namespace sys;
#ifdef LLVM_ON_WIN32
#include "Win32/Memory.inc"
#endif
-
-DEFINING_FILE_FOR(SystemMemory)
diff --git a/lib/System/Mutex.cpp b/lib/System/Mutex.cpp
index 0b7c5b5..3bef7ce 100644
--- a/lib/System/Mutex.cpp
+++ b/lib/System/Mutex.cpp
@@ -13,7 +13,6 @@
#include "llvm/Config/config.h"
#include "llvm/System/Mutex.h"
-#include "llvm/System/IncludeFile.h"
//===----------------------------------------------------------------------===//
//=== WARNING: Implementation here must contain only TRULY operating system
diff --git a/lib/System/Process.cpp b/lib/System/Process.cpp
index 4a5f9ba..e93b2af 100644
--- a/lib/System/Process.cpp
+++ b/lib/System/Process.cpp
@@ -31,5 +31,3 @@ using namespace sys;
#ifdef LLVM_ON_WIN32
#include "Win32/Process.inc"
#endif
-
-DEFINING_FILE_FOR(SystemProcess)
diff --git a/lib/System/Program.cpp b/lib/System/Program.cpp
index fb00dc9..eb289d8 100644
--- a/lib/System/Program.cpp
+++ b/lib/System/Program.cpp
@@ -31,5 +31,3 @@ using namespace sys;
#ifdef LLVM_ON_WIN32
#include "Win32/Program.inc"
#endif
-
-DEFINING_FILE_FOR(SystemProgram)
diff --git a/lib/System/Signals.cpp b/lib/System/Signals.cpp
index fddb854..d345b0a 100644
--- a/lib/System/Signals.cpp
+++ b/lib/System/Signals.cpp
@@ -32,5 +32,3 @@ using namespace sys;
#ifdef LLVM_ON_WIN32
#include "Win32/Signals.inc"
#endif
-
-DEFINING_FILE_FOR(SystemSignals)