diff options
Diffstat (limited to 'src/emu/sound/dac.c')
-rw-r--r-- | src/emu/sound/dac.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/sound/dac.c b/src/emu/sound/dac.c index ccfe6cba39c..3375835fc8e 100644 --- a/src/emu/sound/dac.c +++ b/src/emu/sound/dac.c @@ -1,7 +1,6 @@ -#include "sndintrf.h" +#include "emu.h" #include "streams.h" #include "dac.h" -#include <math.h> /* default to 4x oversampling */ |