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 | - |
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"