refactor: header cleanup

Replace a couple of header includes with forward declarations.
This commit is contained in:
Aleksei Bavshin
2020-10-21 22:45:03 -07:00
parent f01996ae99
commit f97de599dd
5 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,6 @@
#include "modules/idle_inhibitor.hpp"
#include "idle-inhibit-unstable-v1-client-protocol.h"
#include "util/command.hpp"
waybar::modules::IdleInhibitor::IdleInhibitor(const std::string& id, const Bar& bar,