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:
Pavel Labath 2016-01-08 10:07:04 -05:00 committed by Mark Mentovai
parent 7b0d7a976e
commit 68039850bc

View file

@ -27,7 +27,6 @@
#include "processor/disassembler_x86.h"
#include <string.h>
#include <unistd.h>
namespace google_breakpad {