summaryrefslogtreecommitdiff
path: root/desktop/save_pdf/font_haru.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-27 01:59:16 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-27 01:59:16 +0000
commit118036d27b66dd1ffd9c86bd430cacd3aa42e3e4 (patch)
tree3cecb79bda075ae6a40b7a774c675ef0421146ad /desktop/save_pdf/font_haru.h
parentd4bdb0882a1ee2f58f81a5646bd0802fb5589940 (diff)
downloadnetsurf-118036d27b66dd1ffd9c86bd430cacd3aa42e3e4.tar.gz
netsurf-118036d27b66dd1ffd9c86bd430cacd3aa42e3e4.tar.bz2
Use <> for library headers.
svn path=/trunk/netsurf/; revision=6919
Diffstat (limited to 'desktop/save_pdf/font_haru.h')
-rw-r--r--desktop/save_pdf/font_haru.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/save_pdf/font_haru.h b/desktop/save_pdf/font_haru.h
index 0c5e3304b..c88da76c2 100644
--- a/desktop/save_pdf/font_haru.h
+++ b/desktop/save_pdf/font_haru.h
@@ -23,9 +23,10 @@
#ifndef _NETSURF_RENDER_FONT_HARU_H_
#define _NETSURF_RENDER_FONT_HARU_H_
-
+
+#include <hpdf.h>
+
#include "render/font.h"
-#include "hpdf.h"
bool haru_nsfont_apply_style(const struct css_style *style,
HPDF_Doc doc, HPDF_Page page,