summaryrefslogtreecommitdiff
path: root/desktop/printer.h
diff options
context:
space:
mode:
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{