[gnome-system-monitor/wip/cdavis/dark-style-preference: 2/2] general: Adjust how libhandy header is used
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-system-monitor/wip/cdavis/dark-style-preference: 2/2] general: Adjust how libhandy header is used
- Date: Sun, 12 Dec 2021 20:09:11 +0000 (UTC)
commit e2b1a477d26685b1cf6f54c5a6c945fa30b7fd9a
Author: Christopher Davis <christopherdavis gnome org>
Date: Sun Dec 12 12:08:46 2021 -0800
general: Adjust how libhandy header is used
src/application.cpp | 2 +-
src/application.h | 2 +-
src/interface.cpp | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/application.cpp b/src/application.cpp
index 440f03ea..f23d29a9 100644
--- a/src/application.cpp
+++ b/src/application.cpp
@@ -6,7 +6,7 @@
#include <glibtop/close.h>
#include <glibtop/cpu.h>
#include <glibtop/sysinfo.h>
-#include <libhandy-1/handy.h>
+#include <handy.h>
#include <signal.h>
#include <stdlib.h>
diff --git a/src/application.h b/src/application.h
index 8f1c6224..455a699b 100644
--- a/src/application.h
+++ b/src/application.h
@@ -4,7 +4,7 @@
#include <gtkmm.h>
#include <glibtop/cpu.h>
-#include <libhandy-1/handy.h>
+#include <handy.h>
#include <algorithm>
diff --git a/src/interface.cpp b/src/interface.cpp
index aa900890..04f95715 100644
--- a/src/interface.cpp
+++ b/src/interface.cpp
@@ -22,7 +22,7 @@
#include <glib/gi18n.h>
#include <gtk/gtk.h>
-#include <libhandy-1/handy.h>
+#include <handy.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]