[gnome-system-monitor/wip/cdavis/dark-style-preference: 5/5] general: Adjust how libhandy header is used
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-system-monitor/wip/cdavis/dark-style-preference: 5/5] general: Adjust how libhandy header is used
- Date: Sat, 25 Dec 2021 13:03:56 +0000 (UTC)
commit 82e7b668188f247ad51cf195279e40f4a1b4a675
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]