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"