include: split output.h from labwc.h

This commit is contained in:
John Lindgren 2025-07-26 15:34:45 -04:00 committed by Johan Malm
parent 2f414a438b
commit e21fc065c4
32 changed files with 112 additions and 84 deletions

View file

@ -1,12 +1,11 @@
// SPDX-License-Identifier: GPL-2.0-only
#include "snap.h"
#include <assert.h>
#include <limits.h>
#include <wlr/util/box.h>
#include "common/border.h"
#include "common/macros.h"
#include "edges.h"
#include "labwc.h"
#include "output.h"
#include "snap-constraints.h"
#include "view.h"