Remove unnecessary <sys/sysctl.h> include

The code that required this include was removed in
66803e6873, and the include is causing
build failures for some of Debian's architectures.
This commit is contained in:
James McCoy
2018-04-19 19:14:40 -04:00
parent 8cecb22481
commit cf678d8179

View File

@@ -7,7 +7,6 @@
#include "gl.h"
#include "fonts.h"
#include <sys/sysctl.h>
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 };