X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fexport%2Fexport.cpp;h=25d5c236de96f4662d630a329b2be4607006143f;hb=ce18438e729e6c11eebd3a5fb73f4039fdda33a0;hp=5f0f734b1d092b213bd513a5545ed1e6d71af3ad;hpb=3dc679d20b260e631320e3960c9841d670d089ab;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;