aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System/Path.h
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/llvm/System/Path.h
parent81310138619ac46a4eb5ea9a28929c9f5ea8012c (diff)
downloadexternal_llvm-ef361a638a91a1a0b745f9c1cf9a01319215486e.zip
external_llvm-ef361a638a91a1a0b745f9c1cf9a01319215486e.tar.gz
external_llvm-ef361a638a91a1a0b745f9c1cf9a01319215486e.tar.bz2
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/llvm/System/Path.h')
-rw-r--r--include/llvm/System/Path.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h
index aec7399..57e0917 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