Fix various headers after 3f9fa672a4

This commit is contained in:
AJR 2023-01-01 20:16:15 -05:00
parent 3f9fa672a4
commit 10d5ed2a80
4 changed files with 2 additions and 2 deletions

View File

@ -337,7 +337,6 @@ Notes:
#include "emu.h"
#include "jaguar.h"
#include "bus/generic/slot.h"
#include "bus/generic/carts.h"
#include "bus/ata/idehd.h"
#include "cpu/m68000/m68000.h"

View File

@ -14,6 +14,7 @@
#include "imagedev/snapquik.h"
#include "jag_blitter.h"
#include "cdrom.h"
#include "bus/generic/slot.h"
#include "imagedev/chd_cd.h"
#include "screen.h"
#include "emupal.h"

View File

@ -5,7 +5,6 @@
#include "mdconsole.h"
#include "bus/generic/carts.h"
#include "bus/generic/slot.h"
#include "bus/sms_ctrl/controllers.h"
#include "imagedev/chd_cd.h"
#include "sound/sn76496.h"

View File

@ -10,6 +10,7 @@
#include "mega32x.h"
#include "megacd.h"
#include "bus/generic/slot.h"
#include "bus/megadrive/md_slot.h"
#include "bus/megadrive/md_carts.h"
#include "bus/sms_ctrl/smsctrl.h"