git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@817 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
fires.gc 2008-10-09 21:21:39 +00:00
parent f7fa972a50
commit bb7cae4c18
1 changed files with 3 additions and 2 deletions

View File

@ -19,6 +19,7 @@
//
//////////////////////////////////////////////////////////////////////////////////////////
#include "Globals.h" // this is the precompiled header and must be the first ...
// ---------------------------------------------------------------------------------------
// Includes
@ -31,12 +32,12 @@
#include <windows.h>
#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()
// ---------------------------------------------------------------------------------------