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

@ -2,6 +2,9 @@
#include <json/json.h>
#include "IModule.hpp"
#include <glibmm/markup.h>
#include <gtkmm/eventbox.h>
#include <gtkmm/label.h>
namespace waybar {