diff options
Diffstat (limited to 'src/ObjModel.h')
-rw-r--r-- | src/ObjModel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ObjModel.h b/src/ObjModel.h index 63d49ef..02bf16d 100644 --- a/src/ObjModel.h +++ b/src/ObjModel.h @@ -1,11 +1,9 @@ #include"Vertice.h"
#include"Bitmap.h"
#include<vector>
-#include<string>
#include<sstream>
#include<fstream>
#include<exception>
-#include<chrono>
struct Triangle {
int p[3][3];
|