tree-wide: use forward declarations for wlr types

This commit is contained in:
John Lindgren 2025-09-06 20:06:32 -04:00
parent 10953ae1a5
commit 2d96537630
40 changed files with 63 additions and 12 deletions

View file

@ -2,6 +2,7 @@
#ifndef LABWC_H
#define LABWC_H
#include "config.h"
#include <wlr/util/box.h>
#include <wlr/util/log.h>
#include "common/set.h"
#include "input/cursor.h"