1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0023316: OpenGl package can not be compiled on RedHat40-64

OpenGl_Window avoid early unprotected glx.h inclusion
which may cause system glext.h inclusion
This commit is contained in:
kgv 2012-09-21 16:27:23 +04:00
parent bb310307f1
commit 3695b8c227

View File

@ -17,19 +17,17 @@
// 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.