Commit 3c2d16257befa2225d55babb1eb84226acc0c670

Authored by David Mayerich
1 parent 5a58238a

removed stim::filename requirement from stim::obj

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
stim/visualization/obj.h
... ... @@ -8,7 +8,6 @@
8 8 #include <stim/parser/parser.h>
9 9 #include <stim/math/vector.h>
10 10 #include <stim/visualization/obj/obj_material.h>
11   -#include <stim/parser/filename.h>
12 11 #include <algorithm>
13 12  
14 13 #include <time.h>
... ...