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:
parent
0bb45d50d6
commit
d08b6092a3
1 changed files with 0 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue