diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-01-04 14:51:19 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-01-04 14:51:19 -0500 |
commit | 98440ad03190396bd2bef02557f8d41e12dd5795 (patch) | |
tree | aae5ba3fb370a66f1c1db629644e4f527c0568f3 /gtk/gtktrayicon-x11.c | |
parent | 1283368b1bc93f6190d9aca92c433def60e73c55 (diff) | |
download | gtk+-98440ad03190396bd2bef02557f8d41e12dd5795.tar.gz |
Remove gtktypeutils altogether
Based on patches by Javier Jardón.
https://bugzilla.gnome.org/show_bug.cgi?id=629955
Diffstat (limited to 'gtk/gtktrayicon-x11.c')
-rw-r--r-- | gtk/gtktrayicon-x11.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gtk/gtktrayicon-x11.c b/gtk/gtktrayicon-x11.c index 2bdd421f94..a8f6a11913 100644 --- a/gtk/gtktrayicon-x11.c +++ b/gtk/gtktrayicon-x11.c @@ -23,18 +23,20 @@ */ #include "config.h" + #include <math.h> #include <string.h> +#include "x11/gdkx.h" +#include <X11/Xatom.h> +#include <cairo-xlib.h> + #include "gtkintl.h" #include "gtkprivate.h" #include "gtktrayicon.h" #include "gtktestutils.h" #include "gtkdebug.h" - -#include "x11/gdkx.h" -#include <X11/Xatom.h> -#include <cairo-xlib.h> +#include "gtktypebuiltins.h" #define SYSTEM_TRAY_REQUEST_DOCK 0 #define SYSTEM_TRAY_BEGIN_MESSAGE 1 |