removed some unnecessary devlegcy.h includes (nw)

This commit is contained in:
Oliver Stöneberg 2013-08-02 04:27:39 +00:00
parent bd7b0b4d04
commit 639c52558a
2 changed files with 0 additions and 2 deletions

View File

@ -29,7 +29,6 @@ main ram and the buffer.
#include "emu.h"
#include "k053244_k053245.h"
#include "konami_helper.h"
#include "devlegcy.h"
#define VERBOSE 0
#define LOG(x) do { if (VERBOSE) logerror x; } while (0)

View File

@ -35,7 +35,6 @@ The sprite RAM format is very similar to the 053245.
#include "emu.h"
#include "k053246_k053247_k055673.h"
#include "konami_helper.h"
#include "devlegcy.h"
#define VERBOSE 0
#define LOG(x) do { if (VERBOSE) logerror x; } while (0)