summaryrefslogtreecommitdiff
path: root/desktop/print.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-02 20:10:32 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-02 20:10:32 +0000
commitad343eccb18454bab2f4e9464b88564c9da69649 (patch)
treea4d775a8e99e7d98dcfabdcdde7e6ad0dfd7368b /desktop/print.c
parentf2cda2e1a707033ac582e791c45eeb3d0feaa70d (diff)
downloadnetsurf-ad343eccb18454bab2f4e9464b88564c9da69649.tar.gz
netsurf-ad343eccb18454bab2f4e9464b88564c9da69649.tar.bz2
remove unecessary utils/types.h
This cleans up this header and moves the functionality into more useful places while reducing the include complexity but only pulling in whats required.
Diffstat (limited to 'desktop/print.c')
-rw-r--r--desktop/print.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/desktop/print.c b/desktop/print.c
index 9b3b297d6..9b698f707 100644
--- a/desktop/print.c
+++ b/desktop/print.c
@@ -24,19 +24,18 @@
#include <assert.h>
#include <string.h>
-
#include <dom/dom.h>
+#include "utils/nsoption.h"
+#include "utils/log.h"
+#include "utils/talloc.h"
#include "content/content.h"
#include "content/hlcache.h"
#include "css/utils.h"
-#include "utils/nsoption.h"
+#include "render/box.h"
+
#include "desktop/print.h"
#include "desktop/printer.h"
-#include "render/box.h"
-#include "utils/log.h"
-#include "utils/talloc.h"
-#include "utils/types.h"
/* Default print settings */
#define DEFAULT_PAGE_WIDTH 595