Use <> for library headers.

svn path=/trunk/netsurf/; revision=6919
This commit is contained in:
John Mark Bell 2009-03-27 01:59:16 +00:00
parent d4bdb0882a
commit 118036d27b
3 changed files with 7 additions and 4 deletions

View File

@ -34,7 +34,8 @@
#include <math.h>
#include <string.h>
#include "hpdf.h"
#include <hpdf.h>
#include "css/css.h"
#include "desktop/options.h"

View File

@ -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,

View File

@ -27,7 +27,8 @@
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include "hpdf.h"
#include <hpdf.h>
#include "desktop/options.h"
#include "desktop/plotters.h"