summaryrefslogtreecommitdiff
path: root/test/imagediff.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-09-04 23:25:27 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-04 23:25:27 -0400
commit965b0e51ec8e1f57aaa7f7cdd86ef8968f059b7b (patch)
tree71ff15c28c9583ad8f8a0e2e85a5a0aaddef45d8 /test/imagediff.c
parent620e19e849f3dcc5747abe5b6d1adca4a08df9c7 (diff)
downloadcairo-965b0e51ec8e1f57aaa7f7cdd86ef8968f059b7b.tar.gz
[test] Do not include "xmalloc.h" directly
Not needed, it's renamed and included by boilerplate directly.
Diffstat (limited to 'test/imagediff.c')
-rw-r--r--test/imagediff.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/imagediff.c b/test/imagediff.c
index 73e46292f..1cbd1b702 100644
--- a/test/imagediff.c
+++ b/test/imagediff.c
@@ -35,7 +35,6 @@
#include <errno.h>
#include "buffer-diff.h"
-#include "xmalloc.h"
static void
_xunlink (const char *pathname)