mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-28 21:30:14 +01:00
headers: fix include order for AIX, bug#89354
also for cairo-xcb-private.h
This commit is contained in:
parent
733de40e87
commit
4e680ff4bb
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue