(nothing of value, just reindentation and removal of commented out includes. i'm just cleaning my svn client here)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4808 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard 2010-01-11 23:28:54 +00:00
parent ddcb39d8e3
commit 1bca5e8c86
3 changed files with 101 additions and 101 deletions

View File

@ -20,6 +20,7 @@
namespace DiscIO
{
DriveReader::DriveReader(const char *drive)
{
#ifdef _WIN32
@ -137,4 +138,5 @@ namespace DiscIO
#endif
return true;
}
} // namespace

View File

@ -28,7 +28,6 @@
#include "../TextureMngr.h"
#include "VertexShaderManager.h"
#include "../PostProcessing.h"
//#include "GlobalControl.h"
#include "Render.h"
#include "FileUtil.h"

View File

@ -32,7 +32,6 @@
#include <mmsystem.h>
#endif
//#include "GlobalControl.h"
#include "CommonPaths.h"
#include "VideoConfig.h"
#include "Profiler.h"