From: Steve Brokenshire Date: Sat, 4 Mar 2017 22:23:11 +0000 (+0000) Subject: timers: Moved includes into timers.h X-Git-Tag: release-0.18~19 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=0f5cd35a1b8ff460d2549675e0dc3add4888c761 timers: Moved includes into timers.h --- diff --git a/source/common/timers.cpp b/source/common/timers.cpp index 4ba3e94..d025219 100644 --- a/source/common/timers.cpp +++ b/source/common/timers.cpp @@ -16,19 +16,7 @@ // You should have received a copy of the GNU General Public License along // with Xestia Address Book. If not, see -#include "../actmgr/frmActivityMgr.h" -#include "../frmContact.h" -#include "../frmMain.h" -#include -#include -#include -#include -#include -#include "../bitmaps.h" -#include "../enums.h" -#include "../common/preferences.h" -#include "../common/etag.h" -#include "../common/dirs.h" +#include "timers.h" void wxActTimer::Notify(){ diff --git a/source/common/timers.h b/source/common/timers.h index 0af0942..67b8412 100644 --- a/source/common/timers.h +++ b/source/common/timers.h @@ -17,13 +17,26 @@ // with Xestia Address Book. If not, see #include -#include -#include #include #include +#include +#include +#include +#include +#include +#include +#include + #include "../actmgr/frmActivityMgr.h" #include "../contacteditor/frmContactEditor.h" #include "../connobject/ConnectionObject.h" +#include "../frmContact.h" +#include "../frmMain.h" +#include "../bitmaps.h" +#include "../enums.h" +#include "../common/preferences.h" +#include "../common/etag.h" +#include "../common/dirs.h" #include "etag.h" #ifndef TIMERS_H