From 7d9c9dba3610bb14c0de6acb1bdaf9ec49a66f33 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 21 Apr 2016 22:36:21 +0100 Subject: Split utils header into string functions and everything else split out the string handling API from the rest of the utils header and fix up all the fallout. --- gtk/about.c | 1 + gtk/download.c | 1 + gtk/history.c | 1 + gtk/preferences.c | 1 + gtk/toolbar.c | 1 + gtk/treeview.c | 1 + gtk/viewsource.c | 1 + gtk/window.c | 1 + 8 files changed, 8 insertions(+) (limited to 'gtk') diff --git a/gtk/about.c b/gtk/about.c index b2f5a52cd..55df409c8 100644 --- a/gtk/about.c +++ b/gtk/about.c @@ -22,6 +22,7 @@ * Implementation of gtk about dialog. */ +#include #include #include "utils/utils.h" diff --git a/gtk/download.c b/gtk/download.c index 23832ded9..195f68952 100644 --- a/gtk/download.c +++ b/gtk/download.c @@ -28,6 +28,7 @@ #include "utils/nsurl.h" #include "utils/messages.h" #include "utils/nsoption.h" +#include "utils/string.h" #include "desktop/download.h" #include "desktop/gui_download.h" diff --git a/gtk/history.c b/gtk/history.c index db30c5b66..2f11042aa 100644 --- a/gtk/history.c +++ b/gtk/history.c @@ -17,6 +17,7 @@ * along with this program. If not, see . */ +#include #include #include "utils/log.h" diff --git a/gtk/preferences.c b/gtk/preferences.c index 5e7c3c555..0f385066b 100644 --- a/gtk/preferences.c +++ b/gtk/preferences.c @@ -16,6 +16,7 @@ * along with this program. If not, see . */ +#include #include #include #include diff --git a/gtk/toolbar.c b/gtk/toolbar.c index 801259812..cb01e1aa3 100644 --- a/gtk/toolbar.c +++ b/gtk/toolbar.c @@ -16,6 +16,7 @@ * along with this program. If not, see . */ +#include #include #include #include diff --git a/gtk/treeview.c b/gtk/treeview.c index 2b2e6c781..08f1d9ee9 100644 --- a/gtk/treeview.c +++ b/gtk/treeview.c @@ -21,6 +21,7 @@ * Generic tree handling (implementation). */ +#include #include #include #include diff --git a/gtk/viewsource.c b/gtk/viewsource.c index 62e595900..554cfbf39 100644 --- a/gtk/viewsource.c +++ b/gtk/viewsource.c @@ -16,6 +16,7 @@ * along with this program. If not, see . */ +#include #include #include "utils/utils.h" diff --git a/gtk/window.c b/gtk/window.c index c50ed20fe..14aa34e30 100644 --- a/gtk/window.c +++ b/gtk/window.c @@ -22,6 +22,7 @@ * Implementation of gtk windowing. */ +#include #include #include #include -- cgit v1.2.3