Salome HOME
Profile object realization. OCC Viewer embeded into the profile dialog box.
[modules/hydro.git] / src / HYDROCurveCreator / OCCViewer_ViewWidget.h
index c4d02797c1fc52b2c0d66698b8096cee6aa65230..494d16e14bc3a0abae696144e70591296d59cad2 100644 (file)
@@ -1,26 +1,21 @@
-// File:        OCCViewer_ViewWidget.h
-// Created:     26 Jul 2012
-// Author:      Natalia ERMOLAEVA
-// Copyright:   CEA 2011
-
 #ifndef OCCVIEWER_VIEWWIDGET_H
 #define OCCVIEWER_VIEWWIDGET_H
 
 #include "CurveCreator_Macro.hxx"
 
-#include <QCursor>
-#include <QFrame>
-#include <QColor>
-
+#include <OCCViewer_ViewWindow.h>
 #include <QtxAction.h>
 #include <QtxMultiAction.h>
 
-#include <OCCViewer_ViewWindow.h>
 #include <V3d_Viewer.hxx>
 #include <AIS_InteractiveContext.hxx>
 #include <AIS_Trihedron.hxx>
 #include <TopoDS_Shape.hxx>
 
+#include <QCursor>
+#include <QFrame>
+#include <QColor>
+
 class OCCViewer_ViewPort3d;
 class QPushButton;
 class QToolBar;