From 437a2cd2bcab9f4383cbcd7ee3b551e9208156c4 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Wed, 8 Feb 2017 22:27:12 +0000 Subject: [PATCH] colour.h: Moved #includes to after the header guard --- source/common/colour.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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{ -- 2.39.2