vs2010: fix videosoftware build by not requiring Cg dependency (through OGL...)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7072 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman
2011-02-05 04:09:37 +00:00
parent 9aa8af08da
commit 843e8b5f54
5 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@
#include "Common.h"
#include "Core.h"
#include "../../Plugin_VideoOGL/Src/GLUtil.h"
#include "SWGLUtil.h"
#include "SWRenderer.h"
#include "SWStatistics.h"
#include "../../Plugin_VideoOGL/Src/RasterFont.h"