mirror of
https://github.com/labwc/labwc.git
synced 2026-03-02 01:40:24 -05:00
include: reduce unnecessary #includes
This commit is contained in:
parent
e9f17dc4a2
commit
7c185c1a85
15 changed files with 17 additions and 12 deletions
|
|
@ -4,7 +4,8 @@
|
|||
|
||||
#include <stdbool.h>
|
||||
#include <wlr/util/box.h>
|
||||
#include "view.h"
|
||||
|
||||
struct view;
|
||||
|
||||
bool placement_find_best(struct view *view, struct wlr_box *geometry);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue