include: reduce unnecessary #includes

This commit is contained in:
John Lindgren 2025-09-02 23:02:27 -04:00 committed by Hiroaki Yamamoto
parent e9f17dc4a2
commit 7c185c1a85
15 changed files with 17 additions and 12 deletions

View file

@ -16,6 +16,7 @@
#include <wlr/util/box.h>
#include <wlr/util/log.h>
#include "action.h"
#include "common/buf.h"
#include "common/dir.h"
#include "common/list.h"
#include "common/macros.h"