summaryrefslogtreecommitdiff
path: root/test/pixman-rotate.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-04-26 09:43:39 +0000
committerCarl Worth <cworth@cworth.org>2005-04-26 09:43:39 +0000
commit618792c8c041ee2004acf1ff411e0adbe94a3e63 (patch)
treeaddfa265b29791d2b7340925495c7860ca1aeb51 /test/pixman-rotate.c
parenta5f734455c00f1031f19494717b02a5de2687ec0 (diff)
downloadcairo-618792c8c041ee2004acf1ff411e0adbe94a3e63.tar.gz
Add very simple test to generate PDF output, (no automated verification yet).
Track PNG interface changes, (no more include of cairo-png.h, cairo_surface_write_png renamed to cairo_surface_write_to_png).
Diffstat (limited to 'test/pixman-rotate.c')
-rw-r--r--test/pixman-rotate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/pixman-rotate.c b/test/pixman-rotate.c
index 93f9c866f..624bc2f38 100644
--- a/test/pixman-rotate.c
+++ b/test/pixman-rotate.c
@@ -4,7 +4,6 @@
#include <math.h>
#include <cairo.h>
-#include <cairo-png.h>
#include <cairo-pdf.h>
#include "cairo-test.h"