summaryrefslogtreecommitdiff
path: root/plugins/DbEditorPP/src/moduletree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/DbEditorPP/src/moduletree.cpp')
-rw-r--r--plugins/DbEditorPP/src/moduletree.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/DbEditorPP/src/moduletree.cpp b/plugins/DbEditorPP/src/moduletree.cpp
index 5aaf0b7616..1611cd0c71 100644
--- a/plugins/DbEditorPP/src/moduletree.cpp
+++ b/plugins/DbEditorPP/src/moduletree.cpp
@@ -1,4 +1,4 @@
-#include "headers.h"
+#include "stdafx.h"
HWND hwnd2Tree = 0;
@@ -37,7 +37,7 @@ int doContacts(HTREEITEM contactsRoot, ModuleSettingLL *modlist, MCONTACT hSelec
HTREEITEM contact;
ModuleTreeInfoStruct *lParam;
int itemscount = 0;
- int i = 0, icon = 0;
+ int icon = 0;
HTREEITEM hItem = 0;
SetWindowText(hwnd2mainWindow, TranslateT("Loading contacts..."));