diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-25 11:10:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-25 11:10:34 +0000 |
| commit | 331045156161a30ee74e734c7c14dd602ebbbbc9 (patch) | |
| tree | ea3abf6531957501d00039755ad3a5eabcb49077 /src/cpl.cc | |
| parent | d03382e1ffd8b9094b03044daaca99336740c3c4 (diff) | |
Remove redundant fstream includes.
Diffstat (limited to 'src/cpl.cc')
| -rw-r--r-- | src/cpl.cc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -17,7 +17,6 @@ */ -#include <fstream> #include <libxml/parser.h> #include "cpl.h" #include "parse/cpl.h" @@ -35,7 +34,6 @@ using std::string; using std::stringstream; -using std::ofstream; using std::ostream; using std::list; using std::pair; |
