From 8a0ecaab5582fbc54abd7efa84abb896cc295c10 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 10 May 2023 12:11:05 +0200 Subject: Remove version.h --- src/utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index b89a6c2..e21dd2e 100644 --- a/src/utils.h +++ b/src/utils.h @@ -3,8 +3,6 @@ #ifndef __CUTILS_H__ #define __CUTILS_H__ -#include "version.h" - typedef struct list_item_t { void *data; struct list_item_t *next; @@ -28,4 +26,6 @@ iterator_t clist_iterator (list_t *); int clist_iterator_has_next(iterator_t); void *clist_iterator_next (iterator_t *); +char *cutils_version(); + #endif /* __CUTILS_H__ */ -- cgit v1.2.3