From add1138a78d75e93f9235bb4b0647b83caf2925a Mon Sep 17 00:00:00 2001 From: <> Date: Tue, 11 Apr 2017 08:27:53 -0700 Subject: [PATCH] minor dealings with include guards --- ReflexToQ3/includes/mapparser.h | 2 -- ReflexToQ3/includes/worldspawn.h | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/ReflexToQ3/includes/mapparser.h b/ReflexToQ3/includes/mapparser.h index 9c08373..bd015c0 100644 --- a/ReflexToQ3/includes/mapparser.h +++ b/ReflexToQ3/includes/mapparser.h @@ -3,8 +3,6 @@ // Email: chronokun@hotmail.com // -#pragma once - #ifndef __MAPPARSER_H__ #define __MAPPARSER_H__ diff --git a/ReflexToQ3/includes/worldspawn.h b/ReflexToQ3/includes/worldspawn.h index 0774295..f873f70 100644 --- a/ReflexToQ3/includes/worldspawn.h +++ b/ReflexToQ3/includes/worldspawn.h @@ -3,11 +3,9 @@ // Email: chronokun@hotmail.com // -#pragma once -#include "libraries.h" #ifndef __WORLDSPAWN_H__ #define __WORLDSPAWN_H__ - +#include "libraries.h" struct TFace { float m_fXOffset;