From 872e542f4eca52ce2198ba3fc30a51bc5d672dae Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Wed, 14 Oct 2020 20:21:09 +0200 Subject: Rename StringUtils.[ch] to XUtils.[ch] --- Settings.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Settings.c') diff --git a/Settings.c b/Settings.c index 7a90ec47..fd623ad8 100644 --- a/Settings.c +++ b/Settings.c @@ -6,11 +6,11 @@ in the source distribution for its full text. */ #include "Settings.h" -#include "Platform.h" -#include "StringUtils.h" -#include "Vector.h" #include "CRT.h" +#include "Platform.h" +#include "Vector.h" +#include "XUtils.h" #include #include -- cgit v1.2.3