diff --git a/Source/Plugins/Plugin_VideoOGL/Src/Logging/Logging.cpp b/Source/Plugins/Plugin_VideoOGL/Src/Logging/Logging.cpp index aeb35df6d0..b3da0d058b 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/Logging/Logging.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/Logging/Logging.cpp @@ -19,6 +19,7 @@ // ////////////////////////////////////////////////////////////////////////////////////////// +#include "Globals.h" // this is the precompiled header and must be the first ... // --------------------------------------------------------------------------------------- // Includes @@ -31,12 +32,12 @@ #include #endif -#include "Globals.h" + #include "../Debugger/Debugger.h" // for the CDebugger class #include "../Debugger/PBView.h" #include "Console.h" // open and close console, clear console window #include "../Logging/Logging.h" // for global logging values -#include "../Globals.h" // for __Log() + // ---------------------------------------------------------------------------------------