diff --git a/src/OpenGl/OpenGl_Window.hxx b/src/OpenGl/OpenGl_Window.hxx index 783ae5cb41..9cd61e7057 100644 --- a/src/OpenGl/OpenGl_Window.hxx +++ b/src/OpenGl/OpenGl_Window.hxx @@ -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 -#include - -#include +#include #include -#include -#include #include +#include +#include + +#include //! This class represents low-level wrapper over window with GL context. //! The window itself should be provided to constructor.