refactor: Replace all occurencec of gtkmm.h and only use the necessary headers

This commit is contained in:
Robinhuett
2019-01-08 21:05:44 +01:00
parent afa1cc8287
commit 29a2ee1744
9 changed files with 21 additions and 6 deletions

View File

@ -7,6 +7,7 @@
#include "util/json.hpp"
#include "IModule.hpp"
#include "modules/sway/ipc/client.hpp"
#include <gtkmm/button.h>
namespace waybar::modules::sway {