summaryrefslogtreecommitdiffstats
path: root/UsersTable.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-09-19 20:22:34 +0200
committerBenny Baumann <BenBE@geshi.org>2020-10-16 20:29:45 +0200
commitc6f04a9c5d33d16623f1c20f0987dd3a992379e7 (patch)
tree9e00e160a1eea3d99ac9348cc5f56b45376e7279 /UsersTable.c
parent7cd093ce95c1f59cfc1ee2786578457ea6fa1559 (diff)
Move xAsprintf, xSnprintf and xStrdup to StringUtils.h
Diffstat (limited to 'UsersTable.c')
-rw-r--r--UsersTable.c8
1 files changed, 5 insertions, 3 deletions
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 <stdio.h>
#include <string.h>
#include <strings.h>
@@ -18,6 +17,9 @@ in the source distribution for its full text.
#include <stdlib.h>
#include <assert.h>
+#include "StringUtils.h"
+#include "XAlloc.h"
+
UsersTable* UsersTable_new() {
UsersTable* this;

© 2014-2024 Faster IT GmbH | imprint | privacy policy