aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf_cu_to_module.h
diff options
context:
space:
mode:
authorted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-06-25 16:56:37 +0000
committerted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-06-25 16:56:37 +0000
commit9c1e16eaaa434d2f0ec5b4fc62783090bd66e0a9 (patch)
tree52416e26bd38ec241c86c1754c8714f6b6d7d9e5 /src/common/dwarf_cu_to_module.h
parentBreakpad DWARF support: Check for DWARF line info under Mac OS X section names. (diff)
downloadbreakpad-9c1e16eaaa434d2f0ec5b4fc62783090bd66e0a9.tar.xz
Breakpad DWARF support: Stop #including unneeded headers.
The #inclusions of <elf.h> and <link.h> were inherited from older code, but the current code doesn't need anything from them, so they should be removed. A=jimb R=thestig git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@613 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/common/dwarf_cu_to_module.h')
-rw-r--r--src/common/dwarf_cu_to_module.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/dwarf_cu_to_module.h b/src/common/dwarf_cu_to_module.h
index 6f0baeae..2b59350f 100644
--- a/src/common/dwarf_cu_to_module.h
+++ b/src/common/dwarf_cu_to_module.h
@@ -41,8 +41,6 @@
#include <string>
-#include <elf.h>
-#include <link.h>
#include "common/language.h"
#include "common/module.h"
#include "common/dwarf/bytereader.h"