mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-04-18 19:41:45 +00:00
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:
parent
bd0a7f9da1
commit
9c1e16eaaa
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue