1.1 --- a/tests/test-collection.h Sat Jun 26 13:56:06 2010 -0500
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,15 +0,0 @@
1.4 -#ifndef TEST_COLLECTION_H
1.5 -#define TEST_COLLECTION_H
1.6 -
1.7 -#include <glib.h>
1.8 -
1.9 -#include <gplate/gplate.h>
1.10 -
1.11 -G_BEGIN_DECLS
1.12 -
1.13 -void test_collection_lookup(GPlateCollection *collection, const gchar *name, const gchar *expected);
1.14 -void test_collection_lookup_int(GPlateCollection *collection, const gchar *name, gint expected);
1.15 -
1.16 -G_END_DECLS
1.17 -
1.18 -#endif /* TEST_COLLECTION_H */