Remove unnecessary cg.h include

This commit is contained in:
rdb 2015-10-28 15:55:59 +01:00
parent e48b910382
commit fe633b51a1
2 changed files with 2 additions and 3 deletions

View File

@ -16,7 +16,8 @@
#if defined(HAVE_CG) && !defined(OPENGLES)
#include "Cg/cgGL.h"
#include <Cg/cg.h>
#include <Cg/cgGL.h>
#include "pStatGPUTimer.h"

View File

@ -21,8 +21,6 @@
#include "shaderContext.h"
#include "deletedChain.h"
#include <Cg/cg.h>
class CLP(GraphicsStateGuardian);
////////////////////////////////////////////////////////////////////