From ef361a638a91a1a0b745f9c1cf9a01319215486e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 18 Dec 2007 19:15:48 +0000 Subject: remove obviously dead uses of IncludeFile. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45165 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/InlineAsm.h | 1 - include/llvm/System/Mutex.h | 4 ---- include/llvm/System/Path.h | 2 -- include/llvm/System/TimeValue.h | 3 --- 4 files changed, 10 deletions(-) (limited to 'include') 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 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 #include #include @@ -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 #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 -- cgit v1.2.3