diff options
Diffstat (limited to 'src/devices/sound/sidenvel.cpp')
-rw-r--r-- | src/devices/sound/sidenvel.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/devices/sound/sidenvel.cpp b/src/devices/sound/sidenvel.cpp index e998558bdf5..2dc805797d1 100644 --- a/src/devices/sound/sidenvel.cpp +++ b/src/devices/sound/sidenvel.cpp @@ -33,11 +33,12 @@ /*========================================================================= */ #include "emu.h" -#include "sidvoice.h" -#include "sid.h" +#include "sidenvel.h" +#include "sid.h" #include "side6581.h" -#include "sidenvel.h" +#include "sidvoice.h" + const uint8_t masterVolumeLevels[16] = { |