From: vsr Date: Wed, 3 Dec 2014 11:06:25 +0000 (+0300) Subject: Issue 0022816: duplicated files X-Git-Tag: V7_5_1b1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2f1c03a86047cb7a3068c1a636f6f747f78ca8f8;hp=641dbf8d3327be267c9226904db9f754196559cf;p=modules%2Fyacs.git Issue 0022816: duplicated files Don't install chrono.hxx --- diff --git a/src/bases/CMakeLists.txt b/src/bases/CMakeLists.txt index d2cf1373b..3438cb501 100644 --- a/src/bases/CMakeLists.txt +++ b/src/bases/CMakeLists.txt @@ -56,7 +56,6 @@ SET(YACSBases_HEADERS AlternateThreadPT.hxx YacsTrace.hxx yacsconfig.h - chrono.hxx ) # --- sources --- diff --git a/src/genericgui/Menus.cxx b/src/genericgui/Menus.cxx index 1a43e8310..f36673163 100644 --- a/src/genericgui/Menus.cxx +++ b/src/genericgui/Menus.cxx @@ -29,6 +29,7 @@ //#define _DEVDEBUG_ #include "YacsTrace.hxx" +#include "chrono.hxx" using namespace std; using namespace YACS::HMI; diff --git a/src/genericgui/QtGuiContext.cxx b/src/genericgui/QtGuiContext.cxx index 572fe43aa..992478f6f 100644 --- a/src/genericgui/QtGuiContext.cxx +++ b/src/genericgui/QtGuiContext.cxx @@ -23,6 +23,7 @@ //#define _DEVDEBUG_ #include "YacsTrace.hxx" +#include "chrono.hxx" using namespace std; using namespace YACS::ENGINE; diff --git a/src/genericgui/QtGuiContext.hxx b/src/genericgui/QtGuiContext.hxx index 8edfb8be9..fbbe39bfd 100644 --- a/src/genericgui/QtGuiContext.hxx +++ b/src/genericgui/QtGuiContext.hxx @@ -30,7 +30,6 @@ #include "FormEditTree.hxx" #include "GraphicsView.hxx" #include "GuiExecutor.hxx" -#include "chrono.hxx" #include #include #include @@ -40,6 +39,8 @@ #include +class counters; + namespace YACS { namespace HMI