From c6f04a9c5d33d16623f1c20f0987dd3a992379e7 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sat, 19 Sep 2020 20:22:34 +0200 Subject: Move xAsprintf, xSnprintf and xStrdup to StringUtils.h --- UsersTable.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'UsersTable.c') diff --git a/UsersTable.c b/UsersTable.c index 722dd6e1..208fc8d8 100644 --- a/UsersTable.c +++ b/UsersTable.c @@ -5,11 +5,10 @@ Released under the GNU GPLv2, see the COPYING file in the source distribution for its full text. */ -#include "UsersTable.h" -#include "XAlloc.h" - #include "config.h" +#include "UsersTable.h" + #include #include #include @@ -18,6 +17,9 @@ in the source distribution for its full text. #include #include +#include "StringUtils.h" +#include "XAlloc.h" + UsersTable* UsersTable_new() { UsersTable* this; -- cgit v1.2.3