mirror of
https://github.com/yshui/picom.git
synced 2024-11-18 13:55:36 -05:00
misc: remove leftover libxext includes
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
d617d0ba4f
commit
6c0f12db6e
2 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,6 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include <X11/Xlibint.h>
|
||||
#include <X11/extensions/sync.h>
|
||||
#include <xcb/damage.h>
|
||||
#include <xcb/randr.h>
|
||||
#include <xcb/xcb_event.h>
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
#include <X11/Xlib-xcb.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
#include <X11/extensions/sync.h>
|
||||
#include <ev.h>
|
||||
#include <fcntl.h>
|
||||
#include <inttypes.h>
|
||||
|
|
Loading…
Reference in a new issue