medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 9605ac2727af001549137090cdbf967137f65f91
parent 03aead213b84fe914aa14bdfedd6fc4450194ce4
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sat Aug 20 20:56:39 +0100

Remove some unused includes

Diffstat:
heightmap.cc | 1-
hm.cc | 2--
2 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/heightmap.cc b/heightmap.cc @@ -1,5 +1,4 @@ #include <stdio.h> -#include <err.h> #include <string> diff --git a/hm.cc b/hm.cc @@ -17,8 +17,6 @@ #include "heightmap.h" #include "terrain_manager.h" #include "work_queue.h" -#include "stb_image.h" -#include "stb_perlin.h" #include "stb_truetype.h" static const GLchar * const vert_src = GLSL(