1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 08:38:39 +00:00

fix build

This commit is contained in:
Lu Wang 2013-09-23 16:44:23 +08:00
parent 25506791a6
commit 9cb4d8b637
3 changed files with 3 additions and 5 deletions

View File

@ -32,9 +32,8 @@
//
//========================================================================
#include <config.h>
#include <poppler-config.h>
#include "config.h"
#include <string.h>
#include "CairoFontEngine.h"
#include "CairoOutputDev.h"

View File

@ -34,7 +34,7 @@
//
//========================================================================
#include <config.h>
#include <poppler-config.h>
#ifdef USE_GCC_PRAGMAS
#pragma implementation
@ -44,9 +44,9 @@
#include <math.h>
#include <assert.h>
#include <cairo.h>
#include <stdint.h>
#include "goo/gfile.h"
#include "goo/gtypes_p.h"
#include "GlobalParams.h"
#include "Error.h"
#include "Object.h"

View File

@ -51,7 +51,6 @@
#include <stdlib.h>
#include <math.h>
#include "goo/gmem.h"
#include "goo/gtypes_p.h"
#include "CairoRescaleBox.h"