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
This commit is contained in:
ted.mielczarek 2010-06-25 16:56:37 +00:00
parent bd0a7f9da1
commit 9c1e16eaaa

View File

@ -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"