summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-04-12 11:33:16 +0200
committerCarlos Soriano <csoriano@gnome.org>2016-04-12 11:33:16 +0200
commit4e17bb7fa20eff3213c8c73eb2618d9a1ffddd3d (patch)
treea93807371796755dcaa631535f684298e8948b33
parentbee4dfe6d8c1cb9144cd8ed1b1c5aa6cc98ec3c5 (diff)
downloadnautilus-4e17bb7fa20eff3213c8c73eb2618d9a1ffddd3d.tar.gz
main-desktop: remove unneeded dependencies
-rw-r--r--src/main-desktop.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main-desktop.c b/src/main-desktop.c
index eb6a17b29..7c488a8b4 100644
--- a/src/main-desktop.c
+++ b/src/main-desktop.c
@@ -4,9 +4,6 @@
#include <glib/gi18n.h>
#include <gtk/gtk.h>
-#include <gio/gdesktopappinfo.h>
-
-#include <libxml/parser.h>
#ifdef HAVE_LOCALE_H
#include <locale.h>