[test] Do not include "xmalloc.h" directly

Not needed, it's renamed and included by boilerplate directly.
This commit is contained in:
Behdad Esfahbod 2008-09-04 23:25:27 -04:00
parent 620e19e849
commit 965b0e51ec
4 changed files with 0 additions and 4 deletions

View file

@ -40,7 +40,6 @@
#include "pdiff.h"
#include "buffer-diff.h"
#include "xmalloc.h"
/* Don't allow any differences greater than this value, even if pdiff
* claims that the images are identical */

View file

@ -52,7 +52,6 @@
#include "cairo-test.h"
#include "buffer-diff.h"
#include "xmalloc.h"
#ifdef _MSC_VER
#include <crtdbg.h>

View file

@ -35,7 +35,6 @@
#include <errno.h>
#include "buffer-diff.h"
#include "xmalloc.h"
static void
_xunlink (const char *pathname)

View file

@ -30,7 +30,6 @@
*/
#include "cairo-test.h"
#include "xmalloc.h"
#include <string.h>
#include <stdlib.h>