diff options
Diffstat (limited to 'json-glib/json-array.c')
-rw-r--r-- | json-glib/json-array.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/json-glib/json-array.c b/json-glib/json-array.c index 301e050..dda971f 100644 --- a/json-glib/json-array.c +++ b/json-glib/json-array.c @@ -21,7 +21,7 @@ #include "config.h" #endif -#include "json-types.h" +#include "json-types-private.h" /** * SECTION:json-array @@ -40,13 +40,6 @@ * To retrieve the length of the array, use json_array_get_length(). */ -struct _JsonArray -{ - GPtrArray *elements; - - volatile gint ref_count; -}; - GType json_array_get_type (void) { |