mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-08 10:40:33 +01:00
[test] Do not include "xmalloc.h" directly
Not needed, it's renamed and included by boilerplate directly.
This commit is contained in:
parent
620e19e849
commit
965b0e51ec
4 changed files with 0 additions and 4 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -52,7 +52,6 @@
|
|||
#include "cairo-test.h"
|
||||
|
||||
#include "buffer-diff.h"
|
||||
#include "xmalloc.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <crtdbg.h>
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@
|
|||
#include <errno.h>
|
||||
|
||||
#include "buffer-diff.h"
|
||||
#include "xmalloc.h"
|
||||
|
||||
static void
|
||||
_xunlink (const char *pathname)
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@
|
|||
*/
|
||||
|
||||
#include "cairo-test.h"
|
||||
#include "xmalloc.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue