diff --git a/panda/src/glxdisplay/glxGraphicsPipe.h b/panda/src/glxdisplay/glxGraphicsPipe.h index 3d0a42bd01..6e7e9c0d13 100644 --- a/panda/src/glxdisplay/glxGraphicsPipe.h +++ b/panda/src/glxdisplay/glxGraphicsPipe.h @@ -39,7 +39,6 @@ typedef int XIC; #else #include #include -#endif // CPPPARSER #ifndef GLX_VERSION_1_3 // Pre-glx 1.3, these GLXFBConfig definitions might have been @@ -54,6 +53,7 @@ typedef int XIC; #define glXDestroyPbuffer glXDestroyGLXPbufferSGIX #endif // GLX_VERSION_1_3 +#endif // CPPPARSER //////////////////////////////////////////////////////////////////// // Class : glxGraphicsPipe