mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
include: reduce unnecessary #includes
This commit is contained in:
parent
e9f17dc4a2
commit
7c185c1a85
15 changed files with 17 additions and 12 deletions
|
|
@ -1,7 +1,11 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
#ifndef LABWC_RESISTANCE_H
|
||||
#define LABWC_RESISTANCE_H
|
||||
#include "labwc.h"
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <wlr/util/box.h>
|
||||
|
||||
struct view;
|
||||
|
||||
/**
|
||||
* resistance_unsnap_apply() - Apply resistance when dragging a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue