summaryrefslogtreecommitdiff
path: root/plugins/Sessions
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-04-19 14:54:06 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-04-19 14:54:06 +0000
commitcfd5e84d59e615d93f721f7c016f5606487657ac (patch)
tree68ee1fde81476e8cdd6fc285cea61277e6d54673 /plugins/Sessions
parent01ff549a2303122360f819c3344ff8a374839d82 (diff)
faster, even faster
git-svn-id: http://svn.miranda-ng.org/main/trunk@16718 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Sessions')
-rw-r--r--plugins/Sessions/Src/stdafx.h8
1 files changed, 4 insertions, 4 deletions
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 <http://www.gnu.org/licenses/>.
#include <m_langpack.h>
#include <m_icolib.h>
#include <m_message.h>
-#include <m_clist.h>
+#include <m_clistint.h>
#include <m_hotkeys.h>
#include <win2k.h>
@@ -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
+