mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-20 22:10:30 +01:00
pattern: Restore dropped inclusion of cairoint.h
Fixes failure in make release-check due by check-preprocessor-syntax.sh due to requirement that cairoint.h be the first include for source files.
This commit is contained in:
parent
60ca80b248
commit
f6fd372a8b
1 changed files with 2 additions and 0 deletions
|
|
@ -28,6 +28,8 @@
|
|||
* Carl Worth <cworth@cworth.org>
|
||||
*/
|
||||
|
||||
#include "cairoint.h"
|
||||
|
||||
#include "cairo-array-private.h"
|
||||
#include "cairo-error-private.h"
|
||||
#include "cairo-freed-pool-private.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue