mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
refactor: Replace all occurencec of gtkmm.h and only use the necessary headers
This commit is contained in:
@ -5,7 +5,6 @@
|
||||
#include <functional>
|
||||
#include <condition_variable>
|
||||
#include <thread>
|
||||
#include <gtkmm.h>
|
||||
|
||||
namespace waybar::chrono {
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <sys/wait.h>
|
||||
#include <giomm.h>
|
||||
|
||||
namespace waybar::util::command {
|
||||
|
||||
|
Reference in New Issue
Block a user