summaryrefslogtreecommitdiffstats
path: root/source/cRecipeChecker.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cRecipeChecker.cpp11
1 files changed, 7 insertions, 4 deletions
diff --git a/source/cRecipeChecker.cpp b/source/cRecipeChecker.cpp
index 53a55b08b..d26d8d9df 100644
--- a/source/cRecipeChecker.cpp
+++ b/source/cRecipeChecker.cpp
@@ -1,10 +1,10 @@
+
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cRecipeChecker.h"
#include <fstream>
#include <sstream>
-#include <vector>
-#include <string>
-#include <list>
#ifndef _WIN32
#include <cstring>
@@ -12,9 +12,12 @@
#endif
#include "Defines.h"
-#include "cMCLogger.h"
#include "cRoot.h"
+
+
+
+
typedef std::list< cRecipeChecker::Recipe* > RecipeList;
struct cRecipeChecker::sRecipeCheckerState
{