From 7520ab17484a50d4c8b485fa6d4895d0834e010c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 8 Jan 2019 15:00:55 +0100 Subject: [PATCH] Reduced includes --- Material.hh | 12 +----------- OBJImporter.hh | 15 +-------------- 2 files changed, 2 insertions(+), 25 deletions(-) diff --git a/Material.hh b/Material.hh index 41389a3..d7fa078 100644 --- a/Material.hh +++ b/Material.hh @@ -39,16 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ - -#ifndef MATERIAL_HH_INCLUDED -#define MATERIAL_HH_INCLUDED +#pragma once #ifndef DOXY_IGNORE_THIS @@ -247,4 +238,3 @@ typedef std::map MaterialList; #endif -#endif // MATERIAL_HH_INCLUDED diff --git a/OBJImporter.hh b/OBJImporter.hh index 3716c2c..8d3c449 100644 --- a/OBJImporter.hh +++ b/OBJImporter.hh @@ -39,17 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ - - -#ifndef OBJIMPORTER_HH -#define OBJIMPORTER_HH +#pragma once #define TEXTUREINDEX "OriginalTexIndexMapping" @@ -341,6 +331,3 @@ class OBJImporter }; -//============================================================================= -#endif // OBJIMPORTER_HH -//============================================================================= -- GitLab