1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 00:35:40 +00:00
This commit is contained in:
Lu Wang 2013-04-07 14:12:43 +08:00
parent 5b72899a80
commit ed2c6c78bf
2 changed files with 3 additions and 3 deletions

View File

@ -5,12 +5,12 @@
* 2012.09.10
*/
#include <getopt.h>
#include <iostream>
#include <vector>
#include <unordered_map>
#include <cassert>
#include <getopt.h>
#include "ArgParser.h"
namespace pdf2htmlEX {

View File

@ -5,7 +5,7 @@
#ifndef HTMLTEXTLINE_H__
#define HTMLTEXTLINE_H__
#include <iostream>
#include <ostream>
#include <vector>
#include <CharTypes.h>