diff options
Diffstat (limited to 'src/emu/sound/ymf262.c')
-rw-r--r-- | src/emu/sound/ymf262.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/sound/ymf262.c b/src/emu/sound/ymf262.c index 7a9c39c0dbc..f28798097fb 100644 --- a/src/emu/sound/ymf262.c +++ b/src/emu/sound/ymf262.c @@ -53,8 +53,7 @@ differences between OPL2 and OPL3 shown in datasheets: */ -#include <math.h> -#include "sndintrf.h" +#include "emu.h" #include "ymf262.h" |