mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-12 13:29:55 -05:00
wayland-server: Clarify included header dependencies
wayland-server.c directly depends on wayland-util.h, and will include wayland-server-protocol.h via wayland-server.h. Explicitly include wayland-util.h, making this dependency clear. Remove the redundant inclusion of wayland-server-protocol.h. Signed-off-by: Yong Bakos <ybakos@humanoriented.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
parent
972f1a2cf7
commit
d588efcbc8
1 changed files with 1 additions and 1 deletions
|
|
@ -43,9 +43,9 @@
|
|||
#include <sys/file.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "wayland-util.h"
|
||||
#include "wayland-private.h"
|
||||
#include "wayland-server.h"
|
||||
#include "wayland-server-protocol.h"
|
||||
#include "wayland-os.h"
|
||||
|
||||
/* This is the size of the char array in struct sock_addr_un.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue