From 28da79c796a1a22b14b5b9417aaae2e96ce3e994 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Mon, 31 Jan 2011 19:12:00 +0000 Subject: Reorganized includes. svn path=/trunk/netsurf/; revision=11567 --- cocoa/url.m | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'cocoa/url.m') diff --git a/cocoa/url.m b/cocoa/url.m index 33c8bfe61..931f459a3 100644 --- a/cocoa/url.m +++ b/cocoa/url.m @@ -16,12 +16,10 @@ * along with this program. If not, see . */ -#import -#import -#import "utils/url.h" - #import +#import "utils/url.h" + char *url_to_path(const char *url) { -- cgit v1.2.3