[cairo-freelist] Remove redundant struct declarations

This commit is contained in:
Behdad Esfahbod 2007-04-19 15:04:11 -04:00
parent ea817c560c
commit 4141e752e2

View file

@ -26,8 +26,6 @@
#include <stddef.h>
/* Opaque implementation types. */
struct _cairo_freelist;
struct _cairo_freelist_node;
typedef struct _cairo_freelist cairo_freelist_t;
typedef struct _cairo_freelist_node cairo_freelist_node_t;