diff options
-rw-r--r-- | mate-panel/applet.c | 1 | ||||
-rw-r--r-- | mate-panel/drawer.c | 1 | ||||
-rw-r--r-- | mate-panel/launcher.c | 1 | ||||
-rw-r--r-- | mate-panel/main.c | 1 | ||||
-rw-r--r-- | mate-panel/panel-background.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/mate-panel/applet.c b/mate-panel/applet.c index 8a3c4ffc..268ecaa6 100644 --- a/mate-panel/applet.c +++ b/mate-panel/applet.c @@ -12,7 +12,6 @@ #include <unistd.h> #include <glib/gi18n.h> -#include <gdk/gdkx.h> #include <gio/gio.h> #include <libpanel-util/panel-show.h> diff --git a/mate-panel/drawer.c b/mate-panel/drawer.c index d7d10072..5e637cc4 100644 --- a/mate-panel/drawer.c +++ b/mate-panel/drawer.c @@ -29,7 +29,6 @@ #include "panel-config-global.h" #include "panel-profile.h" #include "panel-util.h" -#include "xstuff.h" #include "panel-globals.h" #include "panel-lockdown.h" #include "panel-icon-names.h" diff --git a/mate-panel/launcher.c b/mate-panel/launcher.c index 67746b06..f4ce4f71 100644 --- a/mate-panel/launcher.c +++ b/mate-panel/launcher.c @@ -20,7 +20,6 @@ #include <glib/gi18n.h> #include <gio/gio.h> -#include <gdk/gdkx.h> #include <libpanel-util/panel-error.h> #include <libpanel-util/panel-glib.h> diff --git a/mate-panel/main.c b/mate-panel/main.c index 343747ca..b779939c 100644 --- a/mate-panel/main.c +++ b/mate-panel/main.c @@ -13,7 +13,6 @@ #include <sys/wait.h> #include <glib/gi18n.h> -#include <gdk/gdkx.h> #include <libegg/eggdesktopfile.h> #include <libegg/eggsmclient.h> diff --git a/mate-panel/panel-background.c b/mate-panel/panel-background.c index 66fbad92..ed6fff5d 100644 --- a/mate-panel/panel-background.c +++ b/mate-panel/panel-background.c @@ -27,7 +27,6 @@ #include "panel-background.h" #include <string.h> -#include <gdk/gdkx.h> #include <gdk/gdk.h> #include <gtk/gtk.h> #include <cairo.h> |