From 7ae72cd880925b948b12824b5d0db9be571feeaa Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 19 Dec 2020 02:00:41 +0100 Subject: [PATCH] pgraphnodes: Fix ShaderGenerator includes --- panda/src/pgraphnodes/shaderGenerator.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/panda/src/pgraphnodes/shaderGenerator.h b/panda/src/pgraphnodes/shaderGenerator.h index e6f4343dc7..95f13ef4a5 100644 --- a/panda/src/pgraphnodes/shaderGenerator.h +++ b/panda/src/pgraphnodes/shaderGenerator.h @@ -18,14 +18,14 @@ #include "pandabase.h" #include "typedReferenceCount.h" +#include "graphicsStateGuardianBase.h" +#include "shaderAttrib.h" +#include "renderState.h" #ifdef HAVE_CG -#include "graphicsStateGuardianBase.h" #include "graphicsOutputBase.h" #include "nodePath.h" -#include "shaderAttrib.h" -#include "renderState.h" #include "renderAttrib.h" #include "colorAttrib.h"