mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-27 23:04:19 +01:00
elf_reader: drop unused zlib include
This breaks building for targets that don't include zlib. BUG=chromium:604440 R=ivanpe@chromium.org Review URL: https://codereview.chromium.org/2010803003 .
This commit is contained in:
parent
983d04d36e
commit
6368037ef2
@ -41,7 +41,9 @@
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "zlib.h"
|
||||
// TODO(saugustine): Add support for compressed debug.
|
||||
// Also need to add configure tests for zlib.
|
||||
//#include "zlib.h"
|
||||
|
||||
#include "third_party/musl/include/elf.h"
|
||||
#include "elf_reader.h"
|
||||
|
Loading…
Reference in New Issue
Block a user