From 56731e1dbbf01d3a04b4dc24239c282230f457de Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 17 Oct 2014 10:48:50 +0100 Subject: remove all unecessary desktop/browser.h includes --- atari/plot/font_freetype.c | 55 +++++++++++++++++++++++----------------------- 1 file changed, 28 insertions(+), 27 deletions(-) (limited to 'atari/plot/font_freetype.c') diff --git a/atari/plot/font_freetype.c b/atari/plot/font_freetype.c index 13250d4e1..b88505d19 100755 --- a/atari/plot/font_freetype.c +++ b/atari/plot/font_freetype.c @@ -1,30 +1,31 @@ -/* - * Copyright 2005 James Bursa - * 2008 Vincent Sanders - * 2011 Ole Loots - * 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 . - */ - -#ifdef WITH_FREETYPE_FONT_DRIVER - -#include -#include FT_CACHE_H - -#include "utils/nsoption.h" -#include "css/css.h" -#include "atari/plot/plot.h" +/* + * Copyright 2005 James Bursa + * 2008 Vincent Sanders + * 2011 Ole Loots + * 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 . + */ + +#ifdef WITH_FREETYPE_FONT_DRIVER + +#include +#include FT_CACHE_H + +#include "utils/nsoption.h" +#include "desktop/mouse.h" + +#include "atari/plot/plot.h" #include "atari/plot/font_freetype.h" #include "atari/findfile.h" -- cgit v1.2.3