aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/softseq
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sfx/softseq')
-rw-r--r--engines/sci/sfx/softseq/opl2.cpp1
-rw-r--r--engines/sci/sfx/softseq/softsequencers.cpp4
2 files changed, 0 insertions, 5 deletions
diff --git a/engines/sci/sfx/softseq/opl2.cpp b/engines/sci/sfx/softseq/opl2.cpp
index 7dbe423eaa..fa1fc54a0e 100644
--- a/engines/sci/sfx/softseq/opl2.cpp
+++ b/engines/sci/sfx/softseq/opl2.cpp
@@ -46,7 +46,6 @@
#include "sci/sfx/sfx_iterator.h"
#include "../softseq.h"
#include "../adlib.h"
-#include <math.h>
#include "sound/fmopl.h"
diff --git a/engines/sci/sfx/softseq/softsequencers.cpp b/engines/sci/sfx/softseq/softsequencers.cpp
index 8ab3aa61ab..f206c8b8ce 100644
--- a/engines/sci/sfx/softseq/softsequencers.cpp
+++ b/engines/sci/sfx/softseq/softsequencers.cpp
@@ -23,10 +23,6 @@
*
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
#include "../softseq.h"
namespace Sci {