1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2024-11-11 13:51:02 -05:00

win: don't include GL/gl.h

it seems unused and removing it addresses a fixme
This commit is contained in:
Maxim Solovyov 2023-06-26 18:01:22 +03:00
parent 0bb45d50d6
commit d08b6092a3
No known key found for this signature in database

View file

@ -11,11 +11,6 @@
#include "uthash_extra.h"
// FIXME shouldn't need this
#ifdef CONFIG_OPENGL
#include <GL/gl.h>
#endif
#include "c2.h"
#include "compiler.h"
#include "list.h"