Fold the useful features of alist and alist_node into ilist, and
[oota-llvm.git] / include / llvm / Support / Dwarf.h
index 79f30e9fa7b9d392ae78f778f9ddec310d14b30a..01bfc3f35371de44e1eed249d37cba3b47e0868e 100644 (file)
@@ -16,8 +16,6 @@
 #ifndef LLVM_SUPPORT_DWARF_H
 #define LLVM_SUPPORT_DWARF_H
 
-#include "llvm/System/IncludeFile.h"
-
 namespace llvm {
 
 namespace dwarf {
@@ -567,6 +565,4 @@ const char *CallFrameString(unsigned Encoding);
 
 } // End of namespace llvm
 
-FORCE_DEFINING_FILE_TO_BE_LINKED(SupportDwarf)
-
 #endif