mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Remove unnecessary cg.h include
This commit is contained in:
parent
e48b910382
commit
fe633b51a1
@ -16,7 +16,8 @@
|
|||||||
|
|
||||||
#if defined(HAVE_CG) && !defined(OPENGLES)
|
#if defined(HAVE_CG) && !defined(OPENGLES)
|
||||||
|
|
||||||
#include "Cg/cgGL.h"
|
#include <Cg/cg.h>
|
||||||
|
#include <Cg/cgGL.h>
|
||||||
|
|
||||||
#include "pStatGPUTimer.h"
|
#include "pStatGPUTimer.h"
|
||||||
|
|
||||||
|
@ -21,8 +21,6 @@
|
|||||||
#include "shaderContext.h"
|
#include "shaderContext.h"
|
||||||
#include "deletedChain.h"
|
#include "deletedChain.h"
|
||||||
|
|
||||||
#include <Cg/cg.h>
|
|
||||||
|
|
||||||
class CLP(GraphicsStateGuardian);
|
class CLP(GraphicsStateGuardian);
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user