From 63456a6d4fbcd668fa93da150a6454fd6a9b7093 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Fri, 3 Oct 2014 10:19:45 +0200 Subject: [PATCH] fix position of include guard --- Contractor/GeometryCompressor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Contractor/GeometryCompressor.h b/Contractor/GeometryCompressor.h index cd83b2afa..5ccbf886c 100644 --- a/Contractor/GeometryCompressor.h +++ b/Contractor/GeometryCompressor.h @@ -25,6 +25,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#ifndef GEOMETRY_COMPRESSOR_H +#define GEOMETRY_COMPRESSOR_H + #include "../typedefs.h" #include @@ -32,9 +35,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include -#ifndef GEOMETRY_COMPRESSOR_H -#define GEOMETRY_COMPRESSOR_H - class GeometryCompressor { public: