Fix a bunch of Doxygen syntax issues. Escape special characters,
[oota-llvm.git] / include / llvm / System / Signals.h
index 416a4c8f9da680c9253d57abc1f53494f0c267df..197e4e1d2d61324eef79d4857b989a20be80f737 100644 (file)
@@ -16,7 +16,6 @@
 #define LLVM_SYSTEM_SIGNALS_H
 
 #include "llvm/System/Path.h"
-#include "llvm/System/IncludeFile.h"
 
 namespace llvm {
 namespace sys {
@@ -50,6 +49,4 @@ namespace sys {
 } // End sys namespace
 } // End llvm namespace
 
-FORCE_DEFINING_FILE_TO_BE_LINKED(SystemSignals)
-
 #endif