]> OCCT Git - occt-copy.git/commitdiff
0023316: OpenGl package can not be compiled on RedHat40-64
authorkgv <kgv@opencascade.com>
Fri, 21 Sep 2012 12:27:23 +0000 (16:27 +0400)
committerkgv <kgv@opencascade.com>
Thu, 27 Sep 2012 08:39:43 +0000 (12:39 +0400)
OpenGl_Window avoid early unprotected glx.h inclusion
which may cause system glext.h inclusion

src/OpenGl/OpenGl_Window.hxx

index 783ae5cb413d12460e03ed0aef9edbfb0f1ae53f..9cd61e7057ed00bae255b7fd451c4dbc0ce5ff09 100644 (file)
 // purpose or non-infringement. Please see the License for the specific terms
 // and conditions governing the rights and limitations under the License.
 
-
 #ifndef _OpenGl_Window_Header
 #define _OpenGl_Window_Header
 
-#include <Handle_OpenGl_Window.hxx>
-#include <MMgt_TShared.hxx>
-
-#include <InterfaceGraphic.hxx>
+#include <OpenGl_GlCore11.hxx>
 #include <InterfaceGraphic_Aspect.hxx>
-#include <InterfaceGraphic_telem.hxx>
 
-#include <Handle_OpenGl_Display.hxx>
 #include <Handle_OpenGl_Context.hxx>
+#include <Handle_OpenGl_Display.hxx>
+#include <Handle_OpenGl_Window.hxx>
+
+#include <MMgt_TShared.hxx>
 
 //! This class represents low-level wrapper over window with GL context.
 //! The window itself should be provided to constructor.