aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/encoding.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/common/encoding.h b/common/encoding.h
index c8f864d2ec..11639cb40d 100644
--- a/common/encoding.h
+++ b/common/encoding.h
@@ -23,9 +23,9 @@
#ifndef COMMON_ENCODING_H
#define COMMON_ENCODING_H
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif // HAVE_CONFIG_H
+#include "common/scummsys.h"
+#include "common/str.h"
+#include "common/system.h"
#ifdef USE_ICONV
#include <iconv.h>
@@ -33,10 +33,6 @@
typedef void* iconv_t;
#endif // USE_ICONV
-#include "common/scummsys.h"
-#include "common/str.h"
-#include "common/system.h"
-
#ifdef WIN32
#include "backends/platform/sdl/win32/win32.h"
#endif