From 9de4164d1fd5e1b37e3815519d05ce66e011cc2f Mon Sep 17 00:00:00 2001 From: Stanislav Shwartsman Date: Tue, 16 Aug 2011 20:07:08 +0000 Subject: [PATCH] remove double include --- bochs/gui/carbon.cc | 1 - bochs/gui/wxmain.cc | 1 - 2 files changed, 2 deletions(-) diff --git a/bochs/gui/carbon.cc b/bochs/gui/carbon.cc index 760e74d46..829df3b28 100644 --- a/bochs/gui/carbon.cc +++ b/bochs/gui/carbon.cc @@ -36,7 +36,6 @@ // BOCHS INCLUDES #include "bochs.h" -#include "bxversion.h" #include "keymap.h" #include "iodev.h" diff --git a/bochs/gui/wxmain.cc b/bochs/gui/wxmain.cc index 84594cf2e..f39bf958a 100644 --- a/bochs/gui/wxmain.cc +++ b/bochs/gui/wxmain.cc @@ -41,7 +41,6 @@ #define BX_PLUGGABLE #include "config.h" // definitions based on configure script -#include "bxversion.h" #include "param_names.h" #if BX_WITH_WX