mirror of
https://github.com/labwc/labwc.git
synced 2026-02-22 01:40:25 -05:00
include: reduce unnecessary #includes
This commit is contained in:
parent
e9f17dc4a2
commit
7c185c1a85
15 changed files with 17 additions and 12 deletions
|
|
@ -2,9 +2,9 @@
|
|||
#ifndef LABWC_SNAP_H
|
||||
#define LABWC_SNAP_H
|
||||
|
||||
#include "common/border.h"
|
||||
#include "view.h"
|
||||
#include "common/edge.h"
|
||||
|
||||
struct view;
|
||||
struct wlr_box;
|
||||
|
||||
void snap_move_to_edge(struct view *view,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue