Salome HOME
updated copyright message
[samples/light.git] / src / LIGHTGUI / LIGHTGUI_DataModel.h
index 9bc7a83361b9eeacea7af8769f957ba958f05095..6328de75f409ce40c9bddd456afe9692a2f1ad64 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2005-2014  OPEN CASCADE
+// Copyright (C) 2005-2023  OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
-
-// LIGHT : sample (no-corba-engine) SALOME module
 // File   : LIGHTGUI_DataModel.h
 // Author : Julia DOROVSKIKH
-//
+
 #ifndef LIGHTGUI_DATAMODEL_H
 #define LIGHTGUI_DATAMODEL_H
 
-#include "LIGHTGUI_Exports.hxx"
+#include "LIGHTGUI_Exports.h"
 
 #include <LightApp_DataModel.h>
 
-class CAM_Module;
-class LightApp_Study;
-class LightApp_DataObject;
 class LIGHTGUI_DataObject;
 
 class LIGHT_EXPORT LIGHTGUI_DataModel : public LightApp_DataModel