From: Steve Brokenshire Date: Sat, 2 Apr 2016 19:39:14 +0000 (+0100) Subject: Moved the included files into the inclusion guard in carddav/carddav.h X-Git-Tag: release-0.12~24 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=a446252bba53db6e55a68de4f228850a43a922c6 Moved the included files into the inclusion guard in carddav/carddav.h --- 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;