1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-09-13 03:36:03 +00:00
pdf2htmlEX/src/util/namespace.h
2012-11-29 18:28:07 +08:00

22 lines
282 B
C++

/*
* namespace.h
*
* specifying common used namespace
*
* by WangLu
*/
#ifndef NAMESPACE_H__
#define NAMESPACE_H__
using std::hex;
using std::dec;
using std::string;
using std::endl;
using std::make_pair;
using std::ifstream;
using std::ofstream;
#endif // NAMESPACE_H__