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

@ -1,6 +1,8 @@
#pragma once
#include <gtkmm.h>
#include <glibmm/dispatcher.h>
#include <gtkmm/box.h>
#include <gtkmm/widget.h>
namespace waybar {