summaryrefslogtreecommitdiff
path: root/eel
diff options
context:
space:
mode:
Diffstat (limited to 'eel')
-rw-r--r--eel/eel-mate-extensions.c19
-rw-r--r--eel/eel-mate-extensions.h4
2 files changed, 2 insertions, 21 deletions
diff --git a/eel/eel-mate-extensions.c b/eel/eel-mate-extensions.c
index 006144dc..2af5a941 100644
--- a/eel/eel-mate-extensions.c
+++ b/eel/eel-mate-extensions.c
@@ -29,25 +29,10 @@
#define MATE_DESKTOP_USE_UNSTABLE_API
#include "eel-mate-extensions.h"
-#include "eel-art-extensions.h"
-#include "eel-gdk-extensions.h"
-#include "eel-glib-extensions.h"
-#include "eel-gtk-extensions.h"
-#include "eel-stock-dialogs.h"
-#include <X11/Xatom.h>
-#include <errno.h>
-#include <fcntl.h>
-#include <gdk/gdkx.h>
+
#include <gtk/gtk.h>
#include <libmate/mate-desktop-utils.h>
-#include <limits.h>
-#include <signal.h>
-#include <stdio.h>
-#include <stdarg.h>
-#include <string.h>
-#include <sys/stat.h>
-#include <sys/wait.h>
-#include <unistd.h>
+
/* Return a command string containing the path to a terminal on this system. */
diff --git a/eel/eel-mate-extensions.h b/eel/eel-mate-extensions.h
index cabd4380..cb97e55b 100644
--- a/eel/eel-mate-extensions.h
+++ b/eel/eel-mate-extensions.h
@@ -29,10 +29,6 @@
#include <gtk/gtk.h>
-/* icon selection callback function. */
-typedef void (* EelIconSelectionFunction) (const char *icon_path, gpointer callback_data);
-
-
/* Return a command string containing the path to a terminal on this system. */
char * eel_mate_make_terminal_command (const char *command);