From fe633b51a127e0947efc8a1ec1d3402d09362d01 Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 28 Oct 2015 15:55:59 +0100 Subject: [PATCH] Remove unnecessary cg.h include --- panda/src/glstuff/glCgShaderContext_src.cxx | 3 ++- panda/src/glstuff/glCgShaderContext_src.h | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/panda/src/glstuff/glCgShaderContext_src.cxx b/panda/src/glstuff/glCgShaderContext_src.cxx index 4afda4b921..10a6bc3119 100644 --- a/panda/src/glstuff/glCgShaderContext_src.cxx +++ b/panda/src/glstuff/glCgShaderContext_src.cxx @@ -16,7 +16,8 @@ #if defined(HAVE_CG) && !defined(OPENGLES) -#include "Cg/cgGL.h" +#include +#include #include "pStatGPUTimer.h" diff --git a/panda/src/glstuff/glCgShaderContext_src.h b/panda/src/glstuff/glCgShaderContext_src.h index 16dd9bcdb2..6d4a74c795 100644 --- a/panda/src/glstuff/glCgShaderContext_src.h +++ b/panda/src/glstuff/glCgShaderContext_src.h @@ -21,8 +21,6 @@ #include "shaderContext.h" #include "deletedChain.h" -#include - class CLP(GraphicsStateGuardian); ////////////////////////////////////////////////////////////////////