From 6807b4208a27d9037229b16f31cc409d15a992f5 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 30 May 2007 22:39:54 +0000 Subject: Remove the netsurf/ from the include paths and rationalise use of <> vs "" in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307 --- desktop/frames.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop/frames.h') diff --git a/desktop/frames.h b/desktop/frames.h index d3acccd2a..ef7aeb4a2 100644 --- a/desktop/frames.h +++ b/desktop/frames.h @@ -12,8 +12,8 @@ #ifndef _NETSURF_DESKTOP_FRAMES_H_ #define _NETSURF_DESKTOP_FRAMES_H_ -#include "netsurf/desktop/browser.h" -#include "netsurf/desktop/gui.h" +#include "desktop/browser.h" +#include "desktop/gui.h" void browser_window_create_iframes(struct browser_window *bw, -- cgit v1.2.3