aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShane Loretz <sloretz@osrfoundation.org>2017-06-02 07:31:19 -0700
committerShane Loretz <sloretz@osrfoundation.org>2017-06-02 07:31:19 -0700
commit6eca09f2bfd910556855ca8af816c504cb2c2401 (patch)
treed9d6ce4d75f9f6c50915525062f3e424b143d6bb
parenta1324f17fd186c22bda0fa44ad8eda50dec26e87 (diff)
downloadtinyobjloader-6eca09f2bfd910556855ca8af816c504cb2c2401.tar.gz
Removed double import of sstream
-rw-r--r--tiny_obj_loader.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tiny_obj_loader.h b/tiny_obj_loader.h
index 1a506da..4420831 100644
--- a/tiny_obj_loader.h
+++ b/tiny_obj_loader.h
@@ -44,7 +44,6 @@ THE SOFTWARE.
#define TINY_OBJ_LOADER_H_
#include <map>
-#include <sstream>
#include <string>
#include <vector>