From: Steve Brokenshire Date: Sun, 29 Oct 2017 17:36:18 +0000 (+0000) Subject: Export: Cleanup export.h and add export.h to export.cpp X-Git-Tag: release-0.21~12 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=3bf36117fd4c786f94ab532683e257ed91d4d37f Export: Cleanup export.h and add export.h to export.cpp --- diff --git a/source/export/export.cpp b/source/export/export.cpp index 8c9cc2d..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" diff --git a/source/export/export.h b/source/export/export.h index a9607fd..d69a374 100644 --- a/source/export/export.h +++ b/source/export/export.h @@ -16,14 +16,14 @@ // You should have received a copy of the GNU General Public License along // with Xestia Address Book. If not, see +#ifndef EXPORT_EXPORT_H +#define EXPORT_EXPORT_H + #include #include #include "../frmMain.h" -#ifndef EXPORT_EXPORT_H -#define EXPORT_EXPORT_H - void ExportRun(frmMain *frmMainPtrInc, wxArrayString *FileListInc); #endif