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 ae0fdf6f43
commit 1979e59107

View File

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