summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-18 19:15:48 +0000
committerChris Lattner <sabre@nondot.org>2007-12-18 19:15:48 +0000
commitef361a638a91a1a0b745f9c1cf9a01319215486e (patch)
treeee2148c6cf727d1f1ecacb5b36d84d3843efcac4 /include
parent81310138619ac46a4eb5ea9a28929c9f5ea8012c (diff)
downloadllvm-ef361a638a91a1a0b745f9c1cf9a01319215486e.tar.gz
llvm-ef361a638a91a1a0b745f9c1cf9a01319215486e.tar.bz2
llvm-ef361a638a91a1a0b745f9c1cf9a01319215486e.tar.xz
remove obviously dead uses of IncludeFile.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45165 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/InlineAsm.h1
-rw-r--r--include/llvm/System/Mutex.h4
-rw-r--r--include/llvm/System/Path.h2
-rw-r--r--include/llvm/System/TimeValue.h3
4 files changed, 0 insertions, 10 deletions
diff --git a/include/llvm/InlineAsm.h b/include/llvm/InlineAsm.h
index 7e94db1a69..20903cb51c 100644
--- a/include/llvm/InlineAsm.h
+++ b/include/llvm/InlineAsm.h
@@ -17,7 +17,6 @@
#define LLVM_INLINEASM_H
#include "llvm/Value.h"
-#include "llvm/System/IncludeFile.h"
#include <vector>
namespace llvm {
diff --git a/include/llvm/System/Mutex.h b/include/llvm/System/Mutex.h
index 27bcea18d3..94dd811378 100644
--- a/include/llvm/System/Mutex.h
+++ b/include/llvm/System/Mutex.h
@@ -14,8 +14,6 @@
#ifndef LLVM_SYSTEM_MUTEX_H
#define LLVM_SYSTEM_MUTEX_H
-#include "llvm/System/IncludeFile.h"
-
namespace llvm
{
namespace sys
@@ -83,6 +81,4 @@ namespace llvm
}
}
-FORCE_DEFINING_FILE_TO_BE_LINKED(SystemMutex)
-
#endif
diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h
index aec7399bd6..57e09171c2 100644
--- a/include/llvm/System/Path.h
+++ b/include/llvm/System/Path.h
@@ -15,7 +15,6 @@
#define LLVM_SYSTEM_PATH_H
#include "llvm/System/TimeValue.h"
-#include "llvm/System/IncludeFile.h"
#include <set>
#include <string>
#include <vector>
@@ -655,5 +654,4 @@ inline std::ostream& operator<<(std::ostream& strm,
}
-FORCE_DEFINING_FILE_TO_BE_LINKED(SystemPath)
#endif
diff --git a/include/llvm/System/TimeValue.h b/include/llvm/System/TimeValue.h
index 93610b80e5..6dfee4ddc4 100644
--- a/include/llvm/System/TimeValue.h
+++ b/include/llvm/System/TimeValue.h
@@ -12,7 +12,6 @@
//===----------------------------------------------------------------------===//
#include "llvm/Support/DataTypes.h"
-#include "llvm/System/IncludeFile.h"
#include <string>
#ifndef LLVM_SYSTEM_TIMEVALUE_H
@@ -380,6 +379,4 @@ inline TimeValue operator - (const TimeValue &tv1, const TimeValue &tv2) {
}
}
-FORCE_DEFINING_FILE_TO_BE_LINKED(SystemTimeValue)
-
#endif