[Xfce4-commits] [apps/parole] 01/01: Drop directory includes where needed to satisfy distcheck

noreply at xfce.org noreply at xfce.org
Sat Jun 3 12:04:50 CEST 2017


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/parole.

commit 058b6612aa83e8703a3bbf3f72f22874e6115c87
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sat Jun 3 06:04:45 2017 -0400

    Drop directory includes where needed to satisfy distcheck
---
 src/common/parole-common.c      | 2 +-
 src/common/parole-rc-utils.c    | 2 +-
 src/common/parole-screensaver.c | 2 +-
 src/dbus/parole-dbus.c          | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/common/parole-common.c b/src/common/parole-common.c
index e616317..de999b0 100644
--- a/src/common/parole-common.c
+++ b/src/common/parole-common.c
@@ -32,7 +32,7 @@
 
 #include <libxfce4util/libxfce4util.h>
 
-#include "src/common/parole-common.h"
+#include "parole-common.h"
 
 gboolean
 parole_widget_reparent(GtkWidget *widget, GtkWidget *new_parent) {
diff --git a/src/common/parole-rc-utils.c b/src/common/parole-rc-utils.c
index a528253..c8c30c6 100644
--- a/src/common/parole-rc-utils.c
+++ b/src/common/parole-rc-utils.c
@@ -30,7 +30,7 @@
 
 #include <glib.h>
 
-#include "src/common/parole-rc-utils.h"
+#include "parole-rc-utils.h"
 
 XfceRc *
 parole_get_resource_file(const gchar *group, gboolean readonly) {
diff --git a/src/common/parole-screensaver.c b/src/common/parole-screensaver.c
index a921f05..3ef9aa9 100644
--- a/src/common/parole-screensaver.c
+++ b/src/common/parole-screensaver.c
@@ -34,7 +34,7 @@
 
 #include <libxfce4util/libxfce4util.h>
 
-#include "src/common/parole-screensaver.h"
+#include "parole-screensaver.h"
 
 #define RESET_SCREENSAVER_TIMEOUT   6
 
diff --git a/src/dbus/parole-dbus.c b/src/dbus/parole-dbus.c
index a7fb1f8..3dc8193 100644
--- a/src/dbus/parole-dbus.c
+++ b/src/dbus/parole-dbus.c
@@ -33,7 +33,7 @@
 #include <dbus/dbus.h>
 #include <dbus/dbus-glib-lowlevel.h>
 
-#include "src/dbus/parole-dbus.h"
+#include "parole-dbus.h"
 
 static void
 proxy_destroy_cb(DBusGConnection *bus) {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list