mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-12-23 07:55:38 +00:00
disassembler_x86: Remove unused include
This file is not present on windows, and it's causing build errors there. As far as I can tell, nothing in this file actually uses that include, so I just remove it. BUG= R=mark@chromium.org Review URL: https://codereview.chromium.org/1475353002 . Patch from Pavel Labath <labath@google.com>.
This commit is contained in:
parent
7b0d7a976e
commit
68039850bc
|
@ -27,7 +27,6 @@
|
|||
#include "processor/disassembler_x86.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
namespace google_breakpad {
|
||||
|
||||
|
|
Loading…
Reference in a new issue