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:
Bryce Harrington 2014-10-13 18:54:12 -07:00
parent 60ca80b248
commit f6fd372a8b

View file

@ -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"