summaryrefslogtreecommitdiff
path: root/include/llvm/System/Path.h
diff options
context:
space:
mode:
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 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