From: sln Date: Fri, 19 Sep 2008 07:46:44 +0000 (+0000) Subject: Compilation warning removed on WNT X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0bb210690b30bdb5edb457a837084b590efd51a7;p=modules%2Fgui.git Compilation warning removed on WNT --- diff --git a/src/GLViewer/GLViewer_Geom.h b/src/GLViewer/GLViewer_Geom.h index bceac3094..d0c4cd4ca 100644 --- a/src/GLViewer/GLViewer_Geom.h +++ b/src/GLViewer/GLViewer_Geom.h @@ -29,7 +29,6 @@ #include #include -#include #include //using namespace QGL; @@ -38,6 +37,8 @@ #pragma warning( disable:4251 ) #endif +#include + /*! Struct GLViewer_Pnt * Substitution of QPoint for OpenGL */ diff --git a/src/GLViewer/GLViewer_ViewPort2d.h b/src/GLViewer/GLViewer_ViewPort2d.h index 77fd11eb1..6aee4ddda 100644 --- a/src/GLViewer/GLViewer_ViewPort2d.h +++ b/src/GLViewer/GLViewer_ViewPort2d.h @@ -36,7 +36,6 @@ #include "GLViewer_Widget.h" #include "GLViewer_Geom.h" -#include #include #include @@ -44,6 +43,8 @@ #pragma warning( disable:4251 ) #endif +#include + class GLViewer_Compass; class GLViewer_Grid; class GLViewer_Object;