From cfd5e84d59e615d93f721f7c016f5606487657ac Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 19 Apr 2016 14:54:06 +0000 Subject: faster, even faster git-svn-id: http://svn.miranda-ng.org/main/trunk@16718 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Sessions/Src/stdafx.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/Sessions') diff --git a/plugins/Sessions/Src/stdafx.h b/plugins/Sessions/Src/stdafx.h index f76831d72e..b1ec730c64 100644 --- a/plugins/Sessions/Src/stdafx.h +++ b/plugins/Sessions/Src/stdafx.h @@ -31,7 +31,7 @@ along with this program. If not, see . #include #include #include -#include +#include #include #include @@ -70,6 +70,6 @@ extern bool g_bOtherWarnings; extern bool g_bCrashRecovery; extern bool g_bIncompletedSave; -#define TIMERID_LOAD 12 -#define TIMERID_SHOW 11 -#define TIMERID_REBUILDAFTER 14 +#define TIMERID_SHOW 11 +#define TIMERID_LOAD 12 + -- cgit v1.2.3