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/gdkpango.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/gdkpango.c')
-rw-r--r-- | gdk/gdkpango.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gdk/gdkpango.c b/gdk/gdkpango.c index 678b45b9f9..20361eada9 100644 --- a/gdk/gdkpango.c +++ b/gdk/gdkpango.c @@ -18,12 +18,15 @@ */ #include "config.h" -#include <math.h> -#include <pango/pangocairo.h> + #include "gdkpango.h" + #include "gdkscreen.h" #include "gdkintl.h" +#include <math.h> +#include <pango/pangocairo.h> + /* Get a clip region to draw only part of a layout. index_ranges * contains alternating range starts/stops. The region is the * region which contains the given ranges, i.e. if you draw with the |