1
0
Fork 0
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:
Yuxuan Shui 2024-06-25 18:13:43 +01:00
parent d617d0ba4f
commit 6c0f12db6e
No known key found for this signature in database
GPG key ID: D3A4405BE6CC17F4
2 changed files with 0 additions and 2 deletions

View file

@ -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>

View file

@ -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>