From 68039850bc47036133ea394f38fe6840176ff2f6 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Fri, 8 Jan 2016 10:07:04 -0500 Subject: 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 . --- src/processor/disassembler_x86.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/processor') diff --git a/src/processor/disassembler_x86.cc b/src/processor/disassembler_x86.cc index 9eba848d..55902240 100644 --- a/src/processor/disassembler_x86.cc +++ b/src/processor/disassembler_x86.cc @@ -27,7 +27,6 @@ #include "processor/disassembler_x86.h" #include -#include namespace google_breakpad { -- cgit v1.2.1