diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-04-19 11:59:54 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-04-19 13:17:29 +0100 |
commit | 57cfdfd9796531a576060e9304715920e0fdb8fe (patch) | |
tree | 1455de0a737b156c86c3fa5c88e42759eabfb4d2 /src/cairo-path-fixed.c | |
parent | df62accbda19276c68753e799a32443b47d4e939 (diff) |
Split cairo-list into struct+inlines
References: https://bugs.freedesktop.org/show_bug.cgi?id=48577
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/cairo-path-fixed.c')
-rw-r--r-- | src/cairo-path-fixed.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo-path-fixed.c b/src/cairo-path-fixed.c index e86a489e..459c680f 100644 --- a/src/cairo-path-fixed.c +++ b/src/cairo-path-fixed.c @@ -40,6 +40,7 @@ #include "cairo-box-inline.h" #include "cairo-error-private.h" +#include "cairo-list-inline.h" #include "cairo-path-fixed-private.h" #include "cairo-slope-private.h" |