diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-10-14 22:05:51 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-10-14 22:09:36 -0400 |
commit | bda1f3558504266cde3cb2bbe247dd489bcda941 (patch) | |
tree | e66521ee70a93e48a52e124f25af2e1258d9fdf9 /gdk/gdkselection.c | |
parent | 88ef199ed713412a1825942f2929d382bf0b05f4 (diff) | |
download | gtk+-bda1f3558504266cde3cb2bbe247dd489bcda941.tar.gz |
Inclusion cleanups in sources
Try to do inclusions in the same sequence, more or less.
Diffstat (limited to 'gdk/gdkselection.c')
-rw-r--r-- | gdk/gdkselection.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdk/gdkselection.c b/gdk/gdkselection.c index e814e30b83..eed340a02b 100644 --- a/gdk/gdkselection.c +++ b/gdk/gdkselection.c @@ -25,9 +25,11 @@ */ #include "config.h" + +#include "gdkselection.h" + #include "gdkproperty.h" #include "gdkdisplay.h" -#include "gdkselection.h" gboolean |