diff --git a/src/mame/video/k053244_k053245.c b/src/mame/video/k053244_k053245.c index bb0937edd92..7248b1af5be 100644 --- a/src/mame/video/k053244_k053245.c +++ b/src/mame/video/k053244_k053245.c @@ -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) diff --git a/src/mame/video/k053246_k053247_k055673.c b/src/mame/video/k053246_k053247_k055673.c index 7c42dd2df9e..bde79c64d76 100644 --- a/src/mame/video/k053246_k053247_k055673.c +++ b/src/mame/video/k053246_k053247_k055673.c @@ -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)