Skip to content
Snippets Groups Projects
Commit 7520ab17 authored by Jan Möbius's avatar Jan Möbius
Browse files

Reduced includes

parent a056b0fb
No related branches found
No related tags found
No related merge requests found
...@@ -39,16 +39,7 @@ ...@@ -39,16 +39,7 @@
* * * *
\*===========================================================================*/ \*===========================================================================*/
/*===========================================================================*\ #pragma once
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef MATERIAL_HH_INCLUDED
#define MATERIAL_HH_INCLUDED
#ifndef DOXY_IGNORE_THIS #ifndef DOXY_IGNORE_THIS
...@@ -247,4 +238,3 @@ typedef std::map<std::string, Material> MaterialList; ...@@ -247,4 +238,3 @@ typedef std::map<std::string, Material> MaterialList;
#endif #endif
#endif // MATERIAL_HH_INCLUDED
...@@ -39,17 +39,7 @@ ...@@ -39,17 +39,7 @@
* * * *
\*===========================================================================*/ \*===========================================================================*/
/*===========================================================================*\ #pragma once
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef OBJIMPORTER_HH
#define OBJIMPORTER_HH
#define TEXTUREINDEX "OriginalTexIndexMapping" #define TEXTUREINDEX "OriginalTexIndexMapping"
...@@ -341,6 +331,3 @@ class OBJImporter ...@@ -341,6 +331,3 @@ class OBJImporter
}; };
//=============================================================================
#endif // OBJIMPORTER_HH
//=============================================================================
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment