diff options
Diffstat (limited to 'src/emu/sound/fmopl.c')
-rw-r--r-- | src/emu/sound/fmopl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/sound/fmopl.c b/src/emu/sound/fmopl.c index 05812c5f7cd..f2d10ec69ea 100644 --- a/src/emu/sound/fmopl.c +++ b/src/emu/sound/fmopl.c @@ -67,8 +67,7 @@ Revision History: verify volume of the FM part on the Y8950 */ -#include <math.h> -#include "sndintrf.h" +#include "emu.h" #include "ymdeltat.h" #include "fmopl.h" |