mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Consistency fix: Moved .h file out of DRIVERS and placed into INCLUDES (nw)
This commit is contained in:
parent
ca3c3db01a
commit
15d533f21b
4 changed files with 3 additions and 3 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -1903,7 +1903,6 @@ src/mame/drivers/bfcobra.c svneol=native#text/plain
|
|||
src/mame/drivers/bfm_sc1.c svneol=native#text/plain
|
||||
src/mame/drivers/bfm_sc2.c svneol=native#text/plain
|
||||
src/mame/drivers/bfm_sc4.c svneol=native#text/plain
|
||||
src/mame/drivers/bfm_sc45.h svneol=native#text/plain
|
||||
src/mame/drivers/bfm_sc5.c svneol=native#text/plain
|
||||
src/mame/drivers/bfm_swp.c svneol=native#text/plain
|
||||
src/mame/drivers/bfmsys83.c svneol=native#text/plain
|
||||
|
@ -3072,6 +3071,7 @@ src/mame/includes/battlnts.h svneol=native#text/plain
|
|||
src/mame/includes/bbusters.h svneol=native#text/plain
|
||||
src/mame/includes/beathead.h svneol=native#text/plain
|
||||
src/mame/includes/beezer.h svneol=native#text/plain
|
||||
src/mame/includes/bfm_sc45.h svneol=native#text/plain
|
||||
src/mame/includes/bigevglf.h svneol=native#text/plain
|
||||
src/mame/includes/bigstrkb.h svneol=native#text/plain
|
||||
src/mame/includes/bionicc.h svneol=native#text/plain
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
#include "emu.h"
|
||||
#include "cpu/m68000/m68000.h"
|
||||
#include "bfm_sc45.h"
|
||||
#include "includes/bfm_sc45.h"
|
||||
|
||||
|
||||
class sc4_state : public driver_device
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include "emu.h"
|
||||
#include "cpu/m68000/m68000.h"
|
||||
#include "bfm_sc45.h"
|
||||
#include "includes/bfm_sc45.h"
|
||||
|
||||
class sc5_state : public driver_device
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue