mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 14:42:29 +02:00
refactor: header cleanup
Replace a couple of header includes with forward declarations.
This commit is contained in:
@ -8,6 +8,10 @@
|
||||
#include <wordexp.h>
|
||||
#include "bar.hpp"
|
||||
|
||||
struct zwlr_layer_shell_v1;
|
||||
struct zwp_idle_inhibitor_v1;
|
||||
struct zwp_idle_inhibit_manager_v1;
|
||||
|
||||
namespace waybar {
|
||||
|
||||
class Client {
|
||||
|
Reference in New Issue
Block a user