summaryrefslogtreecommitdiff
path: root/test/cairo-test.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-08-31 08:53:58 -0700
committerCarl Worth <cworth@cworth.org>2006-08-31 08:53:58 -0700
commit2c16aa63044afe75c00518c2cb7e5ba6288e905a (patch)
tree066236aac18a75b7a0cf38986934b720d0a89431 /test/cairo-test.h
parent4915e0baa761f1179023f2ad5d5cd3dd6aeaba2f (diff)
downloadcairo-2c16aa63044afe75c00518c2cb7e5ba6288e905a.tar.gz
perf: Don't measure meta-surface-backed surface types.
Diffstat (limited to 'test/cairo-test.h')
-rw-r--r--test/cairo-test.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/cairo-test.h b/test/cairo-test.h
index 75eadb45d..381709d28 100644
--- a/test/cairo-test.h
+++ b/test/cairo-test.h
@@ -26,14 +26,6 @@
#ifndef _CAIRO_TEST_H_
#define _CAIRO_TEST_H_
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
-
-#include <stdio.h>
-#include <math.h>
-#include <cairo.h>
-
#define CAIRO_BOILERPLATE_LOG(...) cairo_test_log (__VA_ARGS__)
#include "cairo-boilerplate.h"