Skip to content

Commit

Permalink
headers: fix include order for AIX, bug#89354
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Haubenwallner authored and Bryce Harrington committed Mar 6, 2015
1 parent 94d30d7 commit 733de40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/cairo-ft-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
#ifndef CAIRO_FT_PRIVATE_H
#define CAIRO_FT_PRIVATE_H

#include "cairo-ft.h"
#include "cairoint.h"
#include "cairo-ft.h"

#if CAIRO_HAS_FT_FONT

Expand Down
2 changes: 1 addition & 1 deletion src/cairo-xlib-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
#ifndef CAIRO_XLIB_PRIVATE_H
#define CAIRO_XLIB_PRIVATE_H

#include "cairo-xlib.h"
#include "cairo-xlib-xrender-private.h"
#include "cairo-xlib.h"

#include "cairo-compiler-private.h"
#include "cairo-device-private.h"
Expand Down
2 changes: 1 addition & 1 deletion src/cairo-xlib-surface-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
#ifndef CAIRO_XLIB_SURFACE_PRIVATE_H
#define CAIRO_XLIB_SURFACE_PRIVATE_H

#include "cairo-xlib-xrender-private.h"
#include "cairo-xlib.h"
#include "cairo-xlib-private.h"
#include "cairo-xlib-xrender-private.h"

#include "cairo-surface-private.h"
#include "cairo-surface-backend-private.h"
Expand Down

0 comments on commit 733de40

Please sign in to comment.