[evince/wip/hadess/libhandy-subproject: 1/2] shell: Fix libhandy includes
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince/wip/hadess/libhandy-subproject: 1/2] shell: Fix libhandy includes
- Date: Sun, 21 Feb 2021 16:18:20 +0000 (UTC)
commit 99467222a22e3feef8a451b57d746a6b0923b28d
Author: Bastien Nocera <hadess hadess net>
Date: Sun Feb 21 17:15:15 2021 +0100
shell: Fix libhandy includes
The libhandy-1 pkgconfig file already includes the "libhandy-1/"
directory, so no need to add it to our includes.
Cflags: -I${includedir}/libhandy-1
shell/ev-application.c | 2 +-
shell/ev-window.c | 2 +-
shell/ev-window.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/shell/ev-application.c b/shell/ev-application.c
index 3a902869..99acfe73 100644
--- a/shell/ev-application.c
+++ b/shell/ev-application.c
@@ -30,7 +30,7 @@
#include <glib/gi18n.h>
#include <glib/gstdio.h>
#include <gtk/gtk.h>
-#include <libhandy-1/handy.h>
+#include <handy.h>
#ifdef GDK_WINDOWING_X11
#include <gdk/gdkx.h>
#endif
diff --git a/shell/ev-window.c b/shell/ev-window.c
index ba282e18..871470be 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -40,7 +40,7 @@
#include <glib/gi18n.h>
#include <gio/gio.h>
#include <gtk/gtk.h>
-#include <libhandy-1/handy.h>
+#include <handy.h>
#include "dzl-file-manager.h"
#include "ev-find-sidebar.h"
diff --git a/shell/ev-window.h b/shell/ev-window.h
index 746f3f85..65fe322b 100644
--- a/shell/ev-window.h
+++ b/shell/ev-window.h
@@ -26,7 +26,7 @@
#include <glib.h>
#include <gtk/gtk.h>
-#include <libhandy-1/handy.h>
+#include <handy.h>
#include "ev-link.h"
#include "ev-history.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]