mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
reorganize
This commit is contained in:
parent
804f86b127
commit
add1d1e28e
@ -1,4 +1,6 @@
|
||||
#include <cstdarg>
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "StringFormatter.h"
|
||||
|
||||
|
@ -8,6 +8,9 @@
|
||||
#ifndef STRINGFORMATTER_H__
|
||||
#define STRINGFORMATTER_H__
|
||||
|
||||
#include <vector>
|
||||
#include <cstdio>
|
||||
|
||||
namespace pdf2htmlEX {
|
||||
|
||||
class StringFormatter
|
||||
|
Loading…
Reference in New Issue
Block a user