mirror of
https://github.com/labwc/labwc.git
synced 2025-11-30 06:59:52 -05:00
overlay.h: reduce included headers
This commit is contained in:
parent
d1a9529239
commit
78d47c5c37
6 changed files with 9 additions and 6 deletions
|
|
@ -5,7 +5,6 @@
|
|||
#include <wlr/types/wlr_compositor.h>
|
||||
#include <wlr/render/allocator.h>
|
||||
#include "config/rcxml.h"
|
||||
#include "config/types.h"
|
||||
#include "common/array.h"
|
||||
#include "common/box.h"
|
||||
#include "common/lab-scene-rect.h"
|
||||
|
|
@ -15,6 +14,7 @@
|
|||
#include "osd.h"
|
||||
#include "output.h"
|
||||
#include "theme.h"
|
||||
#include "view.h"
|
||||
|
||||
struct osd_thumbnail_scene_item {
|
||||
struct view *view;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue