aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/ds/ds-fs-factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/fs/ds/ds-fs-factory.cpp')
-rw-r--r--backends/fs/ds/ds-fs-factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/fs/ds/ds-fs-factory.cpp b/backends/fs/ds/ds-fs-factory.cpp
index 98c522f1d6..3ec4a40bd8 100644
--- a/backends/fs/ds/ds-fs-factory.cpp
+++ b/backends/fs/ds/ds-fs-factory.cpp
@@ -24,9 +24,9 @@
#define FORBIDDEN_SYMBOL_EXCEPTION_FILE
#if defined(__DS__)
+#include "dsmain.h" //for the isGBAMPAvailable() function
#include "backends/fs/ds/ds-fs-factory.h"
#include "backends/fs/ds/ds-fs.h"
-#include "dsmain.h" //for the isGBAMPAvailable() function
namespace Common {
DECLARE_SINGLETON(DSFilesystemFactory);