mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
s/wayland.h/types.h/g
This commit is contained in:
parent
c7f6981d9c
commit
e2ee67125e
6 changed files with 7 additions and 7 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <wayland-server.h>
|
||||
#include "wlr/wayland.h"
|
||||
#include "wlr/common/list.h"
|
||||
#include "wayland.h"
|
||||
#include <wlr/types.h>
|
||||
#include <wlr/common/list.h>
|
||||
#include "types.h"
|
||||
|
||||
struct wlr_output *wlr_output_create(struct wlr_output_impl *impl,
|
||||
struct wlr_output_state *state) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue