medfall

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

commit cd5fd3cb93fb364aab0cba415fc8b34139b72918
parent 68b5cae4ee3f5f3d6de90a7427a7d44d9982c90a
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Wed Aug 31 19:28:39 -0700

Don't include err.h

Diffstat:
hm.cc | 1-
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/hm.cc b/hm.cc @@ -2,7 +2,6 @@ #include <iostream> #include <fstream> #include <math.h> -#include <err.h> #include "glad.h" #include "glsl.h"