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

@ -22,7 +22,7 @@
#include "BPMemLoader.h"
#include "HwRasterizer.h"
#include "../../Plugin_VideoOGL/Src/GLUtil.h"
#include "SWGLUtil.h"
#include "NativeVertexFormat.h"
#include "DebugUtil.h"