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] --- FunctionBar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FunctionBar.c') diff --git a/FunctionBar.c b/FunctionBar.c index 3e00b87e..4e9d30cd 100644 --- a/FunctionBar.c +++ b/FunctionBar.c @@ -8,8 +8,8 @@ in the source distribution for its full text. #include "FunctionBar.h" #include "CRT.h" #include "RichString.h" -#include "StringUtils.h" #include "XAlloc.h" +#include "XUtils.h" #include #include -- cgit v1.2.3