summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/core/re3.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/re3.cpp b/src/core/re3.cpp
index 98201d5a..d5a8099d 100644
--- a/src/core/re3.cpp
+++ b/src/core/re3.cpp
@@ -32,8 +32,11 @@
#include "MBlur.h"
#include "postfx.h"
#include "custompipes.h"
+
+#ifdef DONT_TRUST_RECOGNIZED_JOYSTICKS
#include "FileMgr.h"
#include "ControllerConfig.h"
+#endif
#ifndef _WIN32
#include "assert.h"