aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/shader_program.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/shader_program.h b/src/core/shader_program.h
index 1443663..521118d 100644
--- a/src/core/shader_program.h
+++ b/src/core/shader_program.h
@@ -5,8 +5,6 @@
5 5
6#include "gl_util.h" 6#include "gl_util.h"
7 7
8#include <math/fwd.h>
9
10#include <stdbool.h> 8#include <stdbool.h>
11 9
12typedef struct Texture Texture; 10typedef struct Texture Texture;