summaryrefslogtreecommitdiff
path: root/atari/deskmenu.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-05-09 10:15:42 +0100
committerVincent Sanders <vince@kyllikki.org>2014-05-09 10:15:42 +0100
commit2326d3c503f5756280eabde3eaf52c1c1cdeceb6 (patch)
tree6d5e6473239b462c8a8d8034df4f1bf4d341d363 /atari/deskmenu.c
parent1556055d91a752abc28764637c8a91eaaec9f131 (diff)
downloadnetsurf-2326d3c503f5756280eabde3eaf52c1c1cdeceb6.tar.gz
netsurf-2326d3c503f5756280eabde3eaf52c1c1cdeceb6.tar.bz2
remove unecessary utils/url.h includes
Diffstat (limited to 'atari/deskmenu.c')
-rw-r--r--atari/deskmenu.c19
1 files changed, 18 insertions, 1 deletions
diff --git a/atari/deskmenu.c b/atari/deskmenu.c
index 6a8376def..3d2c0222c 100644
--- a/atari/deskmenu.c
+++ b/atari/deskmenu.c
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2010 Ole Loots <ole@monochrom.net>
+ *
+ * This file is part of NetSurf, http://www.netsurf-browser.org/
+ *
+ * NetSurf is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * NetSurf is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <stdlib.h>
#include <cflib.h>
#include "utils/log.h"
#include "utils/messages.h"
-#include "utils/url.h"
#include "desktop/browser.h"
#include "desktop/browser_private.h"
#include "utils/nsoption.h"