From 9c1e16eaaa434d2f0ec5b4fc62783090bd66e0a9 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek" Date: Fri, 25 Jun 2010 16:56:37 +0000 Subject: Breakpad DWARF support: Stop #including unneeded headers. The #inclusions of and 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 --- src/common/dwarf_cu_to_module.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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 -#include -#include #include "common/language.h" #include "common/module.h" #include "common/dwarf/bytereader.h" -- cgit v1.2.1