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

0032720: Coding Rules - rename glext.h to OpenGl_glext.h

This commit is contained in:
kgv 2021-12-07 12:21:04 +03:00 committed by smoskvin
parent 8f7159cbaa
commit 4af354e6ed
3 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
glext.h
OpenGl_glext.h
OpenGl_khrplatform.h
OpenGl_ArbDbg.hxx
OpenGl_ArbFBO.hxx

View File

@ -58,7 +58,7 @@ struct Aspect_XDisplay;
#undef GL_COPY_WRITE_BUFFER_BINDING
#endif
// include glext.h provided by Khronos group
#include <glext.h>
#include <OpenGl_glext.h>
class OpenGl_Context;