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_