X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fexport%2Fexport.cpp;h=25d5c236de96f4662d630a329b2be4607006143f;hb=ee9b71949005734012f18251774807c38b989ae2;hp=5f0f734b1d092b213bd513a5545ed1e6d71af3ad;hpb=a51e41f47441dffb67704ed778c591d1503df12c;p=xestiaab%2F.git diff --git a/source/export/export.cpp b/source/export/export.cpp index 5f0f734..25d5c23 100644 --- a/source/export/export.cpp +++ b/source/export/export.cpp @@ -20,6 +20,7 @@ #include #include +#include "export.h" #include "../frmMain.h" #include "export-vcard3.h" #include "export-vcard4.h" @@ -34,8 +35,6 @@ void ExportRun(frmMain *frmMainPtrInc, wxArrayString *FileListInc){ wxString FileTypes; bool DirMode = FALSE; - long ContactsExported = 0; - long ContactsCollected = 0; int ExportType = 0; int ExportCount = 0; wxString FinalFilename;