mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
action: Inline private/action.h into action.c
There is no need for a header since the types defined in it are used only in action.c.
This commit is contained in:
parent
4da37c6532
commit
4906d1833a
3 changed files with 19 additions and 26 deletions
|
|
@ -2,9 +2,10 @@
|
|||
#ifndef __LABWC_ACTION_H
|
||||
#define __LABWC_ACTION_H
|
||||
|
||||
#include <wayland-util.h>
|
||||
|
||||
struct view;
|
||||
struct server;
|
||||
struct wl_list;
|
||||
|
||||
struct action {
|
||||
struct wl_list link; /*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue