Cosmetics.

This commit is contained in:
Syoyo Fujita
2016-04-15 12:31:47 +09:00
parent 0dd90f853d
commit d119dcb976

View File

@@ -38,8 +38,8 @@
// #include "tiny_obj_loader.h" // #include "tiny_obj_loader.h"
// //
#ifndef TINY_OBJ_LOADER_H #ifndef TINY_OBJ_LOADER_H_
#define TINY_OBJ_LOADER_H #define TINY_OBJ_LOADER_H_
#include <string> #include <string>
#include <vector> #include <vector>
@@ -159,9 +159,6 @@ void LoadMtl(std::map<std::string, int> &material_map, // [output]
#include <cstddef> #include <cstddef>
#include <cctype> #include <cctype>
#include <string>
#include <vector>
#include <map>
#include <fstream> #include <fstream>
#include <sstream> #include <sstream>
@@ -1147,4 +1144,4 @@ bool LoadObj(std::vector<shape_t> &shapes, // [output]
#endif #endif
#endif // TINY_OBJ_LOADER_H #endif // TINY_OBJ_LOADER_H_