summaryrefslogtreecommitdiff
path: root/windows/tree.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-10-09 18:00:32 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-10-09 18:00:32 +0000
commitaa2587254ac7a46457bc8a7b6cd6b26f50843330 (patch)
tree90bf976be856486edde59b93e1f80b6174243c32 /windows/tree.c
parent4d6534622e55bee459837893cb8d7eab40d6168c (diff)
downloadnetsurf-aa2587254ac7a46457bc8a7b6cd6b26f50843330.tar.gz
netsurf-aa2587254ac7a46457bc8a7b6cd6b26f50843330.tar.bz2
Update build instructions
Remove warnings from treeview branch merge svn path=/trunk/netsurf/; revision=10874
Diffstat (limited to 'windows/tree.c')
-rw-r--r--windows/tree.c3
1 files changed, 1 insertions, 2 deletions
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
*