Skip to content

Commit

Permalink
[test] Do not include "xmalloc.h" directly
Browse files Browse the repository at this point in the history
Not needed, it's renamed and included by boilerplate directly.
  • Loading branch information
Behdad Esfahbod committed Sep 5, 2008
1 parent 620e19e commit 965b0e5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion test/buffer-diff.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
1 change: 0 additions & 1 deletion test/cairo-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
#include "cairo-test.h"

#include "buffer-diff.h"
#include "xmalloc.h"

#ifdef _MSC_VER
#include <crtdbg.h>
Expand Down
1 change: 0 additions & 1 deletion test/imagediff.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#include <errno.h>

#include "buffer-diff.h"
#include "xmalloc.h"

static void
_xunlink (const char *pathname)
Expand Down
1 change: 0 additions & 1 deletion test/pthread-show-text.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
*/

#include "cairo-test.h"
#include "xmalloc.h"

#include <string.h>
#include <stdlib.h>
Expand Down

0 comments on commit 965b0e5

Please sign in to comment.