mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
fix namespace
This commit is contained in:
parent
aaa4ec1b96
commit
919658fc2b
@ -15,7 +15,6 @@
|
||||
using std::min;
|
||||
using std::max;
|
||||
using std::vector;
|
||||
using std::function;
|
||||
|
||||
void HTMLRenderer::LineBuffer::reset(GfxState * state)
|
||||
{
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
using std::fixed;
|
||||
using std::flush;
|
||||
using std::function;
|
||||
|
||||
static void dummy(void *, ErrorCategory, int pos, char *)
|
||||
{
|
||||
|
@ -12,6 +12,8 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <vector>
|
||||
|
||||
#include <UTF8.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user