diff options
Diffstat (limited to 'json-glib/json-object.c')
-rw-r--r-- | json-glib/json-object.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/json-glib/json-object.c b/json-glib/json-object.c index 6397954..66c347c 100644 --- a/json-glib/json-object.c +++ b/json-glib/json-object.c @@ -24,7 +24,7 @@ #include <glib.h> -#include "json-types.h" +#include "json-types-private.h" /** * SECTION:json-object @@ -48,13 +48,6 @@ * use json_object_get_size(). */ -struct _JsonObject -{ - GHashTable *members; - - volatile gint ref_count; -}; - GType json_object_get_type (void) { |