mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
Minor #include cleanup
This commit is contained in:
parent
9de4152f90
commit
09dd93dffc
@ -24,8 +24,6 @@
|
||||
#include "emu.h"
|
||||
#include "akiko.h"
|
||||
|
||||
#include "romload.h"
|
||||
|
||||
#include "coreutil.h"
|
||||
#include "multibyte.h"
|
||||
|
||||
|
@ -228,7 +228,6 @@ Notes:
|
||||
|
||||
#include "debug/debugcon.h"
|
||||
#include "debugger.h"
|
||||
#include "romload.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
|
||||
|
@ -415,7 +415,6 @@ Notes: (all ICs shown)
|
||||
#include "sound/cdda.h"
|
||||
#include "video/psx.h"
|
||||
|
||||
#include "romload.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
|
||||
|
@ -25,7 +25,6 @@ TODO:
|
||||
#include "cdicdic.h"
|
||||
|
||||
#include "cdrom.h"
|
||||
#include "romload.h"
|
||||
#include "sound/cdda.h"
|
||||
|
||||
#define LOG_DECODES (1U << 1)
|
||||
|
Loading…
Reference in New Issue
Block a user