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:
John Lindgren 2022-11-22 11:59:54 -05:00 committed by Johan Malm
parent 4da37c6532
commit 4906d1833a
3 changed files with 19 additions and 26 deletions

View file

@ -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; /*