mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
event-loop: Make transitive include explicit
The explicit inclusion of wayland-server.h hides the real dependency, which is wayland-server-core.h. Signed-off-by: Yong Bakos <ybakos@humanoriented.com> Reviewed-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
a1bce0ead5
commit
972f1a2cf7
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
#include <sys/timerfd.h>
|
||||
#include <unistd.h>
|
||||
#include "wayland-private.h"
|
||||
#include "wayland-server.h"
|
||||
#include "wayland-server-core.h"
|
||||
#include "wayland-os.h"
|
||||
|
||||
struct wl_event_loop {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue