aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth/mt32/partialManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound/softsynth/mt32/partialManager.cpp')
-rw-r--r--sound/softsynth/mt32/partialManager.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/sound/softsynth/mt32/partialManager.cpp b/sound/softsynth/mt32/partialManager.cpp
index fb6973a0b2..3d3b6302db 100644
--- a/sound/softsynth/mt32/partialManager.cpp
+++ b/sound/softsynth/mt32/partialManager.cpp
@@ -19,11 +19,7 @@
* IN THE SOFTWARE.
*/
-#ifdef __amigaos4__
-#include <strings.h>
-#else
-#include <memory.h>
-#endif
+#include <string.h>
#include "mt32emu.h"