summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
Diffstat (limited to 'windows')
-rw-r--r--windows/gui.c1
-rw-r--r--windows/misc.c5
-rw-r--r--windows/tree.c3
3 files changed, 2 insertions, 7 deletions
diff --git a/windows/gui.c b/windows/gui.c
index 99e904071..c9640ffbb 100644
--- a/windows/gui.c
+++ b/windows/gui.c
@@ -58,6 +58,7 @@
#include "windows/plot.h"
#include "windows/prefs.h"
#include "windows/resourceid.h"
+#include "windows/schedule.h"
char *default_stylesheet_url;
char *adblock_stylesheet_url;
diff --git a/windows/misc.c b/windows/misc.c
index 4b6aa91ff..513a2bd1d 100644
--- a/windows/misc.c
+++ b/windows/misc.c
@@ -41,11 +41,6 @@ void die(const char *error)
exit(1);
}
-bool cookies_update(const char *domain, const struct cookie_data *data)
-{
- return true;
-}
-
/**
* Return the filename part of a full path
*
diff --git a/windows/tree.c b/windows/tree.c
index 61e32e0a5..78182fbd6 100644
--- a/windows/tree.c
+++ b/windows/tree.c
@@ -17,13 +17,12 @@
*/
#include "desktop/tree.h"
+#include "desktop/tree_url_node.h"
const char tree_directory_icon_name[] = "directory.png";
const char tree_content_icon_name[] = "content.png";
-
-
/**
* Translates a content_type to the name of a respective icon
*