From d1ff42e6d4722c2716e7d7a939c5f2dbc648be0f Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 01 Nov 2017 12:18:23 -0400 Subject: src/utils/string-utils.[ch]: Rename to src/utils/string.[ch] --- (limited to 'src/web-view-schemes') diff --git a/src/web-view-schemes/view-source.c b/src/web-view-schemes/view-source.c index 85ca7cf..f241b65 100644 --- a/src/web-view-schemes/view-source.c +++ b/src/web-view-schemes/view-source.c @@ -31,7 +31,7 @@ #include "../config.h" #include "../settings.h" #include "../tab-page.h" -#include "../utils/string-utils.h" +#include "../utils/string.h" #include "../web-view.h" static MqSettings *settings = NULL; -- cgit v0.9.1