From 57e84d691342f112169da7350a21d96b9a0011ce Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Mon, 19 Sep 2016 17:23:18 +0200 Subject: [PATCH] Removed gdaex headers. --- src/confi.c | 5 ----- tests/test.c | 4 ---- 2 files changed, 9 deletions(-) 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 "); -- 2.49.0