diff options
author | Patrick McDermott <pj@pehjota.net> | 2017-11-01 12:06:57 (EDT) |
---|---|---|
committer | Patrick McDermott <pj@pehjota.net> | 2017-11-01 12:06:57 (EDT) |
commit | da89b824d7d05edf1f2e27a63bbbce2a1d3a333a (patch) | |
tree | ad9c3506aa01acb0e278073733b5813377f21bd5 | |
parent | 4f5fc75bd63da2538b3e27f6c63c4776d1425477 (diff) | |
download | marquee-da89b824d7d05edf1f2e27a63bbbce2a1d3a333a.zip marquee-da89b824d7d05edf1f2e27a63bbbce2a1d3a333a.tar.gz marquee-da89b824d7d05edf1f2e27a63bbbce2a1d3a333a.tar.bz2 |
src/html.[ch]: Move under src/utils/
-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 |