fixed drcbex{64|86}.c compilation (nw)

This commit is contained in:
Oliver Stöneberg 2013-07-10 14:36:44 +00:00
parent b41c1dcbea
commit 062c297392
4 changed files with 2 additions and 4 deletions

View File

@ -195,6 +195,7 @@
***************************************************************************/ ***************************************************************************/
#include <stddef.h>
#include "emu.h" #include "emu.h"
#include "debugger.h" #include "debugger.h"
#include "drcuml.h" #include "drcuml.h"

View File

@ -111,6 +111,7 @@
**************************************************************************/ **************************************************************************/
#include <stddef.h>
#include "emu.h" #include "emu.h"
#include "debugger.h" #include "debugger.h"
#include "drcuml.h" #include "drcuml.h"

View File

@ -46,8 +46,6 @@
#ifndef __DEVCPU_H__ #ifndef __DEVCPU_H__
#define __DEVCPU_H__ #define __DEVCPU_H__
#include "devlegcy.h"
//************************************************************************** //**************************************************************************
// CONSTANTS // CONSTANTS
//************************************************************************** //**************************************************************************

View File

@ -42,8 +42,6 @@
#ifndef __DEVLEGCY_H__ #ifndef __DEVLEGCY_H__
#define __DEVLEGCY_H__ #define __DEVLEGCY_H__
#include <stddef.h>
//************************************************************************** //**************************************************************************
// MACROS // MACROS
//************************************************************************** //**************************************************************************