[Xfce4-commits] [apps/gigolo] 05/35: Drop inclusion of now useless compat.h header
noreply at xfce.org
noreply at xfce.org
Mon Oct 31 18:18:39 CET 2016
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository apps/gigolo.
commit c53756b2486bab778a8b97444571ace38e9b5ac1
Author: Landry Breuil <landry at xfce.org>
Date: Fri Jun 17 22:44:17 2016 +0200
Drop inclusion of now useless compat.h header
---
src/bookmarkeditdialog.c | 1 -
src/browsenetworkpanel.c | 1 -
src/mountdialog.c | 1 -
src/preferencesdialog.c | 1 -
src/window.c | 1 -
5 files changed, 5 deletions(-)
diff --git a/src/bookmarkeditdialog.c b/src/bookmarkeditdialog.c
index af4e637..d45a80e 100644
--- a/src/bookmarkeditdialog.c
+++ b/src/bookmarkeditdialog.c
@@ -27,7 +27,6 @@
#include <gtk/gtk.h>
#include "common.h"
-#include "compat.h"
#include "bookmark.h"
#include "settings.h"
#include "backendgvfs.h"
diff --git a/src/browsenetworkpanel.c b/src/browsenetworkpanel.c
index 06d1826..c11d082 100644
--- a/src/browsenetworkpanel.c
+++ b/src/browsenetworkpanel.c
@@ -26,7 +26,6 @@
#include <gio/gio.h>
#include "common.h"
-#include "compat.h"
#include "backendgvfs.h"
#include "bookmark.h"
#include "settings.h"
diff --git a/src/mountdialog.c b/src/mountdialog.c
index 5ad14ac..c204ca7 100644
--- a/src/mountdialog.c
+++ b/src/mountdialog.c
@@ -24,7 +24,6 @@
#include <gtk/gtk.h>
#include "common.h"
-#include "compat.h"
#include "main.h"
#include "mountdialog.h"
diff --git a/src/preferencesdialog.c b/src/preferencesdialog.c
index 7580ed7..33d2122 100644
--- a/src/preferencesdialog.c
+++ b/src/preferencesdialog.c
@@ -25,7 +25,6 @@
#include <string.h>
#include "common.h"
-#include "compat.h"
#include "bookmark.h"
#include "settings.h"
#include "backendgvfs.h"
diff --git a/src/window.c b/src/window.c
index e170461..a7b4646 100644
--- a/src/window.c
+++ b/src/window.c
@@ -26,7 +26,6 @@
#include <gio/gio.h>
#include <gtk/gtk.h>
-#include "compat.h"
#include "common.h"
#include "bookmark.h"
#include "settings.h"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list