removed unnecessary #includes (nw)

This commit is contained in:
smf- 2013-05-12 15:41:04 +00:00
parent c1c7afdf03
commit 80d4b45679
5 changed files with 1 additions and 7 deletions

View File

@ -1,4 +1,3 @@
#include "emu.h"
#include "2203intf.h"
#include "fm.h"

View File

@ -11,7 +11,6 @@
***************************************************************************/
#include "emu.h"
#include "2608intf.h"
#include "fm.h"

View File

@ -11,8 +11,6 @@
***************************************************************************/
#include "emu.h"
#include "ay8910.h"
#include "2610intf.h"
#include "fm.h"

View File

@ -11,9 +11,8 @@
***************************************************************************/
#include "emu.h"
#include "fm.h"
#include "2612intf.h"
#include "fm.h"
/*------------------------- TM2612 -------------------------------*/
/* IRQ Handler */

View File

@ -16,7 +16,6 @@
* NOTES
*
******************************************************************************/
#include "emu.h"
#include "3526intf.h"
#include "fm.h"
#include "fmopl.h"