mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-20 01:42:38 +02: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