aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System/TimeValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/System/TimeValue.h')
-rw-r--r--include/llvm/System/TimeValue.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/System/TimeValue.h b/include/llvm/System/TimeValue.h
index 93610b8..6dfee4d 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