From e41ad032fa35e33bd5fd960fe99f7c66686513db Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 4 May 2016 15:43:43 +0100 Subject: cleanup printer API usage of plotter headers --- desktop/printer.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'desktop/printer.h') diff --git a/desktop/printer.h b/desktop/printer.h index 7fda8bdb0..a683b3f86 100644 --- a/desktop/printer.h +++ b/desktop/printer.h @@ -16,18 +16,19 @@ * along with this program. If not, see . */ -/** \file +/** + * \file * Printer interface. * - * Interface to generic plotters, initialization, handling pages and - * cleaning up. + * Printer interface to generic plotters, initialization, handling + * pages and cleaning up. */ #ifndef NETSURF_DESKTOP_PRINTER_H #define NETSURF_DESKTOP_PRINTER_H -#include "desktop/plotters.h" -#include "desktop/print.h" +struct plotter_table; +struct print_settings; /** Printer interface */ struct printer{ -- cgit v1.2.3