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/gdkpixbuf-drawable.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/gdkpixbuf-drawable.c')
-rw-r--r-- | gdk/gdkpixbuf-drawable.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdk/gdkpixbuf-drawable.c b/gdk/gdkpixbuf-drawable.c index 1e2f29fd43..a8a5b7e657 100644 --- a/gdk/gdkpixbuf-drawable.c +++ b/gdk/gdkpixbuf-drawable.c @@ -23,13 +23,14 @@ */ #include "config.h" -#include <gdk-pixbuf/gdk-pixbuf.h> + +#include "gdkpixbuf.h" #include "gdkcolor.h" #include "gdkwindow.h" -#include "gdkpixbuf.h" #include "gdkinternals.h" +#include <gdk-pixbuf/gdk-pixbuf.h> /** * SECTION:pixbufs |