aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System/Alarm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/System/Alarm.h')
-rw-r--r--include/llvm/System/Alarm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/System/Alarm.h b/include/llvm/System/Alarm.h
index 708472c..718ab8f 100644
--- a/include/llvm/System/Alarm.h
+++ b/include/llvm/System/Alarm.h
@@ -17,8 +17,6 @@
#ifndef LLVM_SYSTEM_ALARM_H
#define LLVM_SYSTEM_ALARM_H
-#include "llvm/System/IncludeFile.h"
-
namespace llvm {
namespace sys {
@@ -44,6 +42,4 @@ namespace sys {
} // End sys namespace
} // End llvm namespace
-FORCE_DEFINING_FILE_TO_BE_LINKED(SystemAlarm)
-
#endif