From b1d0b6bb1412d0c23d891a4804ddb60623d1f6b4 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Wed, 27 Jul 2016 18:58:17 +0300 Subject: [PATCH] Fix incorrect multiple inclusion guards --- source/armature.h | 4 ++-- source/colorcurve.h | 4 ++-- source/cylinder.h | 4 ++-- source/resourcewatcher.h | 4 ++-- source/shadowmap.h | 4 ++-- source/technique.h | 4 ++-- source/windingtest.h | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/source/armature.h b/source/armature.h index 1d01ff0a..68e3c6e8 100644 --- a/source/armature.h +++ b/source/armature.h @@ -1,5 +1,5 @@ -#ifndef ARMATURE_H_ -#define ARMATURE_H_ +#ifndef MSP_GL_ARMATURE_H_ +#define MSP_GL_ARMATURE_H_ #include #include diff --git a/source/colorcurve.h b/source/colorcurve.h index f66ff976..d7589cb5 100644 --- a/source/colorcurve.h +++ b/source/colorcurve.h @@ -1,5 +1,5 @@ -#ifndef COLORCURVE_H_ -#define COLORCURVE_H_ +#ifndef MSP_GL_COLORCURVE_H_ +#define MSP_GL_COLORCURVE_H_ #include "postprocessor.h" #include "program.h" diff --git a/source/cylinder.h b/source/cylinder.h index ffc3cc21..dee4c4f5 100644 --- a/source/cylinder.h +++ b/source/cylinder.h @@ -1,5 +1,5 @@ -#ifndef CYLINDER_H_ -#define CYLINDER_H_ +#ifndef MSP_GL_CYLINDER_H_ +#define MSP_GL_CYLINDER_H_ #include "geometrybuilder.h" diff --git a/source/resourcewatcher.h b/source/resourcewatcher.h index 60ffe5ba..1f5718ec 100644 --- a/source/resourcewatcher.h +++ b/source/resourcewatcher.h @@ -1,5 +1,5 @@ -#ifndef RESOURCEWATCHER_H_ -#define RESOURCEWATCHER_H_ +#ifndef MSP_GL_RESOURCEWATCHER_H_ +#define MSP_GL_RESOURCEWATCHER_H_ namespace Msp { namespace GL { diff --git a/source/shadowmap.h b/source/shadowmap.h index 57adf298..3757b1f1 100644 --- a/source/shadowmap.h +++ b/source/shadowmap.h @@ -1,5 +1,5 @@ -#ifndef SHADOWMAP_H_ -#define SHADOWMAP_H_ +#ifndef MSP_GL_SHADOWMAP_H_ +#define MSP_GL_SHADOWMAP_H_ #include "effect.h" #include "framebuffer.h" diff --git a/source/technique.h b/source/technique.h index 6841f486..41157f0a 100644 --- a/source/technique.h +++ b/source/technique.h @@ -1,5 +1,5 @@ -#ifndef TECHNIQUE_H_ -#define TECHNIQUE_H_ +#ifndef MSP_GL_TECHNIQUE_H_ +#define MSP_GL_TECHNIQUE_H_ #include "renderpass.h" #include "tag.h" diff --git a/source/windingtest.h b/source/windingtest.h index 7ef36942..ffc52556 100644 --- a/source/windingtest.h +++ b/source/windingtest.h @@ -1,5 +1,5 @@ -#ifndef WINDINGTEST_H_ -#define WINDINGTEST_H_ +#ifndef MSP_GL_WINDINGTEST_H_ +#define MSP_GL_WINDINGTEST_H_ #include #include "bindable.h" -- 2.43.0