remove unneeded drawgfxm.h include (nw)

This commit is contained in:
Luca Elia 2015-09-06 16:55:28 +02:00
parent 960c037f36
commit 9f5eb3fa26
10 changed files with 0 additions and 10 deletions

View File

@ -1,7 +1,6 @@
// license:LGPL-2.1+
// copyright-holders:David Haywood, Angelo Salese, ElSemi, Andrew Gardner
#include "emu.h"
#include "drawgfxm.h"
#include "includes/hng64.h"
#define BLEND_TEST 0

View File

@ -42,7 +42,6 @@ Control registers
*/
#include "emu.h"
#include "drawgfxm.h"
#include "pc080sn.h"
#include "video/taito_helper.h"

View File

@ -60,7 +60,6 @@ Taito pc090oj
*/
#include "emu.h"
#include "drawgfxm.h"
#include "pc090oj.h"
#define PC090OJ_RAM_SIZE 0x4000

View File

@ -141,7 +141,6 @@ the wide tilemap mode)
*/
#include "emu.h"
#include "drawgfxm.h"
#include "tc0100scn.h"
#define TC0100SCN_RAM_SIZE 0x14000 /* enough for double-width tilemaps */

View File

@ -13,7 +13,6 @@ The data bus is 16 bits wide.
*/
#include "emu.h"
#include "drawgfxm.h"
#include "tc0110pcr.h"
#define TC0110PCR_RAM_SIZE 0x2000

View File

@ -7,7 +7,6 @@ Road generator. Two roads allow for forking. Gfx data fetched from ROM. Refer to
*/
#include "emu.h"
#include "drawgfxm.h"
#include "tc0150rod.h"
#include "video/taito_helper.h"

View File

@ -3,7 +3,6 @@
/* Taito TC0180VCU */
#include "emu.h"
#include "drawgfxm.h"
#include "tc0180vcu.h"
#define TC0180VCU_RAM_SIZE 0x10000

View File

@ -21,7 +21,6 @@ control registers:
*/
#include "emu.h"
#include "drawgfxm.h"
#include "tc0280grd.h"
#define TC0280GRD_RAM_SIZE 0x2000

View File

@ -40,7 +40,6 @@ each one of them can declare to have four different priority levels.
*/
#include "emu.h"
#include "drawgfxm.h"
#include "tc0360pri.h"

View File

@ -142,7 +142,6 @@ Control registers
*/
#include "emu.h"
#include "drawgfxm.h"
#include "tc0480scp.h"
#include "video/taito_helper.h"