X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fwrappers%2FBL_MainWindows_SALOME.hxx;h=39b15bfc11b3c0f00fc9cb5b34fa4b735ae2a8b4;hb=4724650dcc5e5f2291564d809d66bb588d21ddb9;hp=11a939c7134246a138605e2978cf7597b442d3b9;hpb=160698311c8deb02d7eb674f3a94f88d7199a877;p=modules%2Fjobmanager.git diff --git a/src/wrappers/BL_MainWindows_SALOME.hxx b/src/wrappers/BL_MainWindows_SALOME.hxx index 11a939c..39b15bf 100644 --- a/src/wrappers/BL_MainWindows_SALOME.hxx +++ b/src/wrappers/BL_MainWindows_SALOME.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2009-2012 CEA/DEN, EDF R&D +// Copyright (C) 2009-2015 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -33,18 +33,16 @@ #include "BL_MainWindows_Wrap.hxx" -#include #include -#include -#include -#include -#include +class SalomeApp_Application; +class SUIT_ViewManager; +class SUIT_ViewWindow; namespace BL { class BL_Wrappers_SALOME_EXPORT MainWindows_SALOME : virtual public MainWindows_Wrap, - virtual public SalomeApp_Module + public SalomeApp_Module { public: MainWindows_SALOME(const QString & module_name);