From da89b824d7d05edf1f2e27a63bbbce2a1d3a333a Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 01 Nov 2017 12:06:57 -0400 Subject: src/html.[ch]: Move under src/utils/ --- (limited to 'src') diff --git a/src/about/preferences.c b/src/about/preferences.c index 8a51d98..37909fa 100644 --- a/src/about/preferences.c +++ b/src/about/preferences.c @@ -26,7 +26,7 @@ #include "../application.h" #include "../config.h" #include "../about.h" -#include "../html.h" +#include "../utils/html.h" static void save_pref(gchar *key, gchar *value, MqConfig *config) diff --git a/src/about/version.c b/src/about/version.c index 740ca7f..ff6a5cc 100644 --- a/src/about/version.c +++ b/src/about/version.c @@ -28,7 +28,7 @@ #include "../about.h" #include "../application.h" -#include "../html.h" +#include "../utils/html.h" #include "paths.h" extern const char *PACKAGE_VERSION_GIT; diff --git a/src/html.c b/src/utils/html.c index 47b2d7a..47b2d7a 100644 --- a/src/html.c +++ b/src/utils/html.c diff --git a/src/html.h b/src/utils/html.h index 92fe2ea..92fe2ea 100644 --- a/src/html.h +++ b/src/utils/html.h -- cgit v0.9.1