commit 780ac471e46a2a282d6f379b248337c66e1d044e parent cd5fd3cb93fb364aab0cba415fc8b34139b72918 Author: Michael Savage <mikejsavage@gmail.com> Date: Wed Aug 31 19:32:24 -0700 Remove some more includes Diffstat:
hm.cc | | | 3 | --- |
diff --git a/hm.cc b/hm.cc @@ -1,11 +1,8 @@ #include <stdlib.h> -#include <iostream> -#include <fstream> #include <math.h> #include "glad.h" #include "glsl.h" -#include <GLFW/glfw3.h> #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> #include <glm/gtc/type_ptr.hpp>