From a446252bba53db6e55a68de4f228850a43a922c6 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sat, 2 Apr 2016 20:39:14 +0100 Subject: [PATCH] Moved the included files into the inclusion guard in carddav/carddav.h --- source/carddav/carddav.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/carddav/carddav.h b/source/carddav/carddav.h index c4deeb2..9ca7993 100644 --- a/source/carddav/carddav.h +++ b/source/carddav/carddav.h @@ -16,6 +16,9 @@ // You should have received a copy of the GNU General Public License along // with Xestia Address Book. If not, see +#ifndef CALDAV_CALDAV_H +#define CALDAV_CALDAV_H + #include #include #include @@ -26,9 +29,6 @@ #include "../actmgr/frmActivityMgr.h" #include "../common/sslcertstructs.h" -#ifndef CALDAV_CALDAV_H -#define CALDAV_CALDAV_H - struct FileSyncData{ unsigned int DataFlag:2; wxString ETagData; -- 2.39.2