diff options
Diffstat (limited to 'src/emu/sound/scspdsp.c')
-rw-r--r-- | src/emu/sound/scspdsp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/emu/sound/scspdsp.c b/src/emu/sound/scspdsp.c index a1261398b77..6beab9db278 100644 --- a/src/emu/sound/scspdsp.c +++ b/src/emu/sound/scspdsp.c @@ -1,6 +1,4 @@ -#include <math.h> -#include "sndintrf.h" -#include "cpuintrf.h" +#include "emu.h" #include "scsp.h" #include "scspdsp.h" |