diff options
author | Carl Worth <cworth@cworth.org> | 2006-05-22 09:22:42 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-05-22 09:31:31 -0700 |
commit | 0a1ec91977ef05f04e2cc52895fd98a903f1c8eb (patch) | |
tree | a23a1b8d009e935569744048cfc1bb748d8cbb44 /test/cairo-test.h | |
parent | 89384ae12474c257fb47e4231229235207ab8f85 (diff) |
Move prototype of cairo_debug_reset_static_data from uninstalled cairo-debug.h to cairo.h
Diffstat (limited to 'test/cairo-test.h')
-rw-r--r-- | test/cairo-test.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cairo-test.h b/test/cairo-test.h index ea5101d3..73271822 100644 --- a/test/cairo-test.h +++ b/test/cairo-test.h @@ -32,7 +32,6 @@ #include <math.h> #include <cairo.h> -#include <cairo-debug.h> CAIRO_BEGIN_DECLS |