diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-09-04 23:25:27 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-09-04 23:25:27 -0400 |
commit | 965b0e51ec8e1f57aaa7f7cdd86ef8968f059b7b (patch) | |
tree | 71ff15c28c9583ad8f8a0e2e85a5a0aaddef45d8 /test/pthread-show-text.c | |
parent | 620e19e849f3dcc5747abe5b6d1adca4a08df9c7 (diff) |
[test] Do not include "xmalloc.h" directly
Not needed, it's renamed and included by boilerplate directly.
Diffstat (limited to 'test/pthread-show-text.c')
-rw-r--r-- | test/pthread-show-text.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/pthread-show-text.c b/test/pthread-show-text.c index daf04c38..d6120191 100644 --- a/test/pthread-show-text.c +++ b/test/pthread-show-text.c @@ -30,7 +30,6 @@ */ #include "cairo-test.h" -#include "xmalloc.h" #include <string.h> #include <stdlib.h> |