diff options
-rw-r--r-- | src/about/preferences.c | 2 | ||||
-rw-r--r-- | src/about/version.c | 2 | ||||
-rw-r--r-- | src/utils/html.c (renamed from src/html.c) | 0 | ||||
-rw-r--r-- | src/utils/html.h (renamed from src/html.h) | 0 |
4 files changed, 2 insertions, 2 deletions
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 |