commit 504d206dbef27ec58e8f1a7dcecfa2c0e5e7145e parent 584654fa32e513b30e7c2783e39ba9d987997e17 Author: Michael Savage <mikejsavage@gmail.com> Date: Sun Dec 4 11:08:02 +0200 Remove glad.h from hm/gpubtt too Diffstat:
gpubtt.cc | | | 2 | -- |
hm.cc | | | 2 | -- |
diff --git a/gpubtt.cc b/gpubtt.cc @@ -1,5 +1,3 @@ -#include "glad.h" - #include "intrinsics.h" #include "memory_arena.h" #include "btt.h" diff --git a/hm.cc b/hm.cc @@ -1,8 +1,6 @@ #include <stdlib.h> #include <math.h> -#include "glad.h" - #include "game.h" #include "intrinsics.h" #include "log.h"