From: Steve Brokenshire Date: Wed, 8 Feb 2017 22:27:12 +0000 (+0000) Subject: colour.h: Moved #includes to after the header guard X-Git-Tag: release-0.03~6 X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=commitdiff_plain;h=437a2cd2bcab9f4383cbcd7ee3b551e9208156c4 colour.h: Moved #includes to after the header guard --- diff --git a/source/common/colour.h b/source/common/colour.h index cf858b1..c9acc08 100644 --- a/source/common/colour.h +++ b/source/common/colour.h @@ -16,13 +16,13 @@ // You should have received a copy of the GNU General Public License along // with Xestia Calendar. If not, see +#ifndef __COMMON_COLOUR_H__ +#define __COMMON_COLOUR_H__ + #include #include #include "text.h" -#ifndef __COMMON_COLOUR_H__ -#define __COMMON_COLOUR_H__ - using namespace std; struct Colour{