Skip to content

Commit

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

#include "cairo-xcb.h"

#include "cairoint.h"

#include "cairo-xcb.h"

#include "cairo-cache-private.h"
#include "cairo-compiler-private.h"
#include "cairo-device-private.h"
Expand Down

0 comments on commit 4e680ff

Please sign in to comment.