1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 13:00:08 +00:00

fix namespace

This commit is contained in:
Lu Wang 2012-09-10 03:03:21 +08:00
parent aaa4ec1b96
commit 919658fc2b
3 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,6 @@
using std::min;
using std::max;
using std::vector;
using std::function;
void HTMLRenderer::LineBuffer::reset(GfxState * state)
{

View File

@ -19,7 +19,6 @@
using std::fixed;
using std::flush;
using std::function;
static void dummy(void *, ErrorCategory, int pos, char *)
{

View File

@ -12,6 +12,8 @@
#include <iostream>
#include <algorithm>
#include <cmath>
#include <vector>
#include <UTF8.h>