aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sfx/player.h')
-rw-r--r--engines/sci/sfx/player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/sfx/player.h b/engines/sci/sfx/player.h
index e2bf952d28..5a5da2c673 100644
--- a/engines/sci/sfx/player.h
+++ b/engines/sci/sfx/player.h
@@ -28,11 +28,11 @@
#ifndef SCI_SFX_SFX_PLAYER_H
#define SCI_SFX_SFX_PLAYER_H
+#include "common/scummsys.h"
+
#include "sci/resource.h"
#include "sci/sfx/iterator.h"
-#include "common/scummsys.h"
-
namespace Sci {
typedef void tell_synth_func(int buf_nr, byte *buf);