include: reduce unnecessary #includes

This commit is contained in:
John Lindgren 2025-09-02 23:02:27 -04:00
parent d14f5ca228
commit 94ad36191a
15 changed files with 17 additions and 12 deletions

View file

@ -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,