Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."
[oota-llvm.git] / tools / llvm-objdump / llvm-objdump.h
index 7303c3a041807adbdcd4d9d086c3f8759f3abda1..f74ed010d1d184d598a941215ea9646e38c8136d 100644 (file)
@@ -10,7 +10,6 @@
 #define LLVM_TOOLS_LLVM_OBJDUMP_LLVM_OBJDUMP_H
 
 #include "llvm/ADT/StringRef.h"
-#include "llvm/DebugInfo/DIContext.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/DataTypes.h"
 
@@ -54,7 +53,6 @@ extern cl::opt<bool> SectionContents;
 extern cl::opt<bool> SymbolTable;
 extern cl::opt<bool> UnwindInfo;
 extern cl::opt<bool> PrintImmHex;
-extern cl::opt<DIDumpType> DwarfDumpType;
 
 // Various helper functions.
 void error(std::error_code ec);