summaryrefslogtreecommitdiff
path: root/desktop/printer.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-04 15:43:43 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-04 15:43:43 +0100
commite41ad032fa35e33bd5fd960fe99f7c66686513db (patch)
treeffb1e938caa758b86972b14017277cd110042f0b /desktop/printer.h
parent4a4a442e6cd0a4f9eecd1608bc4fff7cf3cec7a0 (diff)
downloadnetsurf-e41ad032fa35e33bd5fd960fe99f7c66686513db.tar.gz
netsurf-e41ad032fa35e33bd5fd960fe99f7c66686513db.tar.bz2
cleanup printer API usage of plotter headers
Diffstat (limited to 'desktop/printer.h')
-rw-r--r--desktop/printer.h11
1 files changed, 6 insertions, 5 deletions
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 <http://www.gnu.org/licenses/>.
*/
-/** \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{