summaryrefslogtreecommitdiff
path: root/include/llvm/Support/SlowOperationInformer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/SlowOperationInformer.h')
-rw-r--r--include/llvm/Support/SlowOperationInformer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Support/SlowOperationInformer.h b/include/llvm/Support/SlowOperationInformer.h
index 0be01960ca..d05792672a 100644
--- a/include/llvm/Support/SlowOperationInformer.h
+++ b/include/llvm/Support/SlowOperationInformer.h
@@ -32,7 +32,6 @@
#include <string>
#include <cassert>
#include "llvm/Support/DataTypes.h"
-#include "llvm/System/IncludeFile.h"
namespace llvm {
class SlowOperationInformer {
@@ -64,5 +63,3 @@ namespace llvm {
} // end namespace llvm
#endif /* SLOW_OPERATION_INFORMER_H */
-
-FORCE_DEFINING_FILE_TO_BE_LINKED(SupportSlowOperationInformer)