From: Andrea Zagli Date: Mon, 19 Sep 2016 15:23:18 +0000 (+0200) Subject: Removed gdaex headers. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=57e84d691342f112169da7350a21d96b9a0011ce;p=zakconfi%2Flibzakconfi Removed gdaex headers. --- diff --git a/src/confi.c b/src/confi.c index 6c30627..39d1efd 100644 --- a/src/confi.c +++ b/src/confi.c @@ -22,8 +22,6 @@ #include -#include - #include "libzakconfi.h" @@ -55,15 +53,12 @@ static ZakConfiPluggable *zak_confi_get_confi_pluggable_from_cnc_string (const g typedef struct _ZakConfiPrivate ZakConfiPrivate; struct _ZakConfiPrivate { - GdaEx *gdaex; gint id_config; gchar *name; gchar *description; gchar *root; GHashTable *values; - gchar chrquot; - ZakConfiPluggable *pluggable; }; diff --git a/tests/test.c b/tests/test.c index 50c21c1..3c0b58b 100644 --- a/tests/test.c +++ b/tests/test.c @@ -19,8 +19,6 @@ #include #include -#include - #include "libzakconfi.h" gboolean @@ -42,8 +40,6 @@ main (int argc, char **argv) GList *confis; GNode *tree; - gda_init (); - if (argc < 2) { g_error ("Usage: test ");