commit 67c0aefd707f950c1a50b1c1db43fcc7d9cb5bd7 parent 13295fa8733755fb5bdad5e58a95946f71dcf2d2 Author: Michael Savage <mikejsavage@gmail.com> Date: Sat Nov 5 16:58:09 +0200 Includes cleanup Diffstat:
heightmap.cc | | | 3 | --- |
heightmap.h | | | 3 | --- |
diff --git a/heightmap.cc b/heightmap.cc @@ -1,8 +1,5 @@ #include <stdio.h> -#include <string> - -#include "glad.h" #include <glm/glm.hpp> #include "intrinsics.h" diff --git a/heightmap.h b/heightmap.h @@ -1,9 +1,6 @@ #ifndef _HEIGHTMAP_H_ #define _HEIGHTMAP_H_ -#include <string> - -#include "glad.h" #include <glm/glm.hpp> #include "intrinsics.h"