diff options
author | 2010-01-10 18:00:42 +0000 | |
---|---|---|
committer | 2010-01-10 18:00:42 +0000 | |
commit | 2b23d7c017b38754363cea4467346e2f24286b2d (patch) | |
tree | 38b7e9b9521cffb2cbbde086ef265cc1fe5ad73f /src/emu/sound | |
parent | ade4b98d4caeae71e5ca32c8640de0a76560e4da (diff) |
Bulk driver.h -> emu.h switch.
Diffstat (limited to 'src/emu/sound')
-rw-r--r-- | src/emu/sound/2203intf.c | 1 | ||||
-rw-r--r-- | src/emu/sound/aicadsp.c | 1 | ||||
-rw-r--r-- | src/emu/sound/bsmt2000.c | 2 | ||||
-rw-r--r-- | src/emu/sound/c140.c | 1 | ||||
-rw-r--r-- | src/emu/sound/sn76477.c | 1 |
5 files changed, 0 insertions, 6 deletions
diff --git a/src/emu/sound/2203intf.c b/src/emu/sound/2203intf.c index 88b76fcc4e3..398cfe723a7 100644 --- a/src/emu/sound/2203intf.c +++ b/src/emu/sound/2203intf.c @@ -1,4 +1,3 @@ -#include <math.h> #include "emu.h" #include "streams.h" #include "2203intf.h" diff --git a/src/emu/sound/aicadsp.c b/src/emu/sound/aicadsp.c index e7332d8124b..8c5f6635995 100644 --- a/src/emu/sound/aicadsp.c +++ b/src/emu/sound/aicadsp.c @@ -1,4 +1,3 @@ -#include <math.h> #include "emu.h" #include "aica.h" #include "aicadsp.h" diff --git a/src/emu/sound/bsmt2000.c b/src/emu/sound/bsmt2000.c index 0e3db3535f4..5c60171e68e 100644 --- a/src/emu/sound/bsmt2000.c +++ b/src/emu/sound/bsmt2000.c @@ -11,8 +11,6 @@ ***************************************************************************/ -#include <math.h> - #include "emu.h" #include "streams.h" #include "bsmt2000.h" diff --git a/src/emu/sound/c140.c b/src/emu/sound/c140.c index 7c37ab4b63e..8b34e9bdda8 100644 --- a/src/emu/sound/c140.c +++ b/src/emu/sound/c140.c @@ -43,7 +43,6 @@ Unmapped registers: */ -#include <math.h> #include "emu.h" #include "streams.h" #include "c140.h" diff --git a/src/emu/sound/sn76477.c b/src/emu/sound/sn76477.c index 8c52b34576a..c50b9be6a7a 100644 --- a/src/emu/sound/sn76477.c +++ b/src/emu/sound/sn76477.c @@ -94,7 +94,6 @@ #if TEST_MODE -#include "input.h" static const sn76477_interface empty_interface = { |