From cf678d81798c8da0eb3ce834dfe5984d9207e838 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Thu, 19 Apr 2018 19:14:40 -0400 Subject: [PATCH] Remove unnecessary include The code that required this include was removed in 66803e6873c9f8df1a75265aedc0670fce4411be, and the include is causing build failures for some of Debian's architectures. --- kitty/shaders.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kitty/shaders.c b/kitty/shaders.c index 47f74d6c4..a43e460b1 100644 --- a/kitty/shaders.c +++ b/kitty/shaders.c @@ -7,7 +7,6 @@ #include "gl.h" #include "fonts.h" -#include enum { CELL_PROGRAM, CELL_BG_PROGRAM, CELL_SPECIAL_PROGRAM, CELL_FG_PROGRAM, CURSOR_PROGRAM, BORDERS_PROGRAM, GRAPHICS_PROGRAM, GRAPHICS_PREMULT_PROGRAM, BLIT_PROGRAM, NUM_PROGRAMS }; enum { SPRITE_MAP_UNIT, GRAPHICS_UNIT, BLIT_UNIT };