remove double include

This commit is contained in:
Stanislav Shwartsman 2011-08-16 20:07:08 +00:00
parent a03e0266fb
commit 9de4164d1f
2 changed files with 0 additions and 2 deletions

View File

@ -36,7 +36,6 @@
// BOCHS INCLUDES
#include "bochs.h"
#include "bxversion.h"
#include "keymap.h"
#include "iodev.h"

View File

@ -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