From d119dcb9765cbee205448125c96c86546bdd13f1 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Fri, 15 Apr 2016 12:31:47 +0900 Subject: [PATCH] Cosmetics. --- tiny_obj_loader.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/tiny_obj_loader.h b/tiny_obj_loader.h index b039c40..8bdd0a3 100644 --- a/tiny_obj_loader.h +++ b/tiny_obj_loader.h @@ -38,8 +38,8 @@ // #include "tiny_obj_loader.h" // -#ifndef TINY_OBJ_LOADER_H -#define TINY_OBJ_LOADER_H +#ifndef TINY_OBJ_LOADER_H_ +#define TINY_OBJ_LOADER_H_ #include #include @@ -159,9 +159,6 @@ void LoadMtl(std::map &material_map, // [output] #include #include -#include -#include -#include #include #include @@ -1147,4 +1144,4 @@ bool LoadObj(std::vector &shapes, // [output] #endif -#endif // TINY_OBJ_LOADER_H +#endif // TINY_OBJ_LOADER_H_