From 315877c82245f33d20dee0850d27c29b0f4ea666 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 18 May 2014 23:16:46 +0100 Subject: reduce uncessary include usage --- desktop/knockout.c | 7 +++++-- desktop/plotters.h | 5 +++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'desktop') diff --git a/desktop/knockout.c b/desktop/knockout.c index 0385ee80b..fa827cb39 100644 --- a/desktop/knockout.c +++ b/desktop/knockout.c @@ -64,10 +64,13 @@ #include #include -#include "desktop/knockout.h" -#include "desktop/plotters.h" +#include + #include "image/bitmap.h" #include "utils/log.h" +#include "content/content.h" +#include "desktop/knockout.h" +#include "desktop/plotters.h" /* Define to enable knockout debug */ #undef KNOCKOUT_DEBUG diff --git a/desktop/plotters.h b/desktop/plotters.h index 448cedef5..c34692433 100644 --- a/desktop/plotters.h +++ b/desktop/plotters.h @@ -24,8 +24,9 @@ #define _NETSURF_DESKTOP_PLOTTERS_H_ #include -#include "css/css.h" -#include "content/content.h" +#include + +#include "utils/types.h" #include "desktop/plot_style.h" struct bitmap; -- cgit v1.2.3