summaryrefslogtreecommitdiff
path: root/src/cairo-line-private.h
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2014-10-03 12:34:06 -0700
committerBryce Harrington <bryce@osg.samsung.com>2014-10-03 12:34:06 -0700
commit7c1db82a2e9dc04fd652d6e6bb6f4eb976922368 (patch)
tree06ad1fe1905314106c3821cba95fc9bd8e8b40c9 /src/cairo-line-private.h
parentf57c0fd4656ef4fdbe13dbc69aa1ce4e130c37ce (diff)
downloadcairo-7c1db82a2e9dc04fd652d6e6bb6f4eb976922368.tar.gz
Get make check back to a happy spot
Fix header ordering for some recently added code so cairo internal headers are included first. Quells two make check errors. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=84638
Diffstat (limited to 'src/cairo-line-private.h')
-rw-r--r--src/cairo-line-private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-line-private.h b/src/cairo-line-private.h
index 30d5d6829..08bf4b358 100644
--- a/src/cairo-line-private.h
+++ b/src/cairo-line-private.h
@@ -35,9 +35,9 @@
#ifndef CAIRO_LINE_PRIVATE_H
#define CAIRO_LINE_PRIVATE_H
-#include "cairo-compiler-private.h"
-#include "cairo-error-private.h"
#include "cairo-types-private.h"
+#include "cairo-error-private.h"
+#include "cairo-compiler-private.h"
CAIRO_BEGIN_DECLS