summaryrefslogtreecommitdiff
path: root/src/cpl.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-25 11:10:34 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-25 11:10:34 +0000
commit331045156161a30ee74e734c7c14dd602ebbbbc9 (patch)
treeea3abf6531957501d00039755ad3a5eabcb49077 /src/cpl.cc
parentd03382e1ffd8b9094b03044daaca99336740c3c4 (diff)
Remove redundant fstream includes.
Diffstat (limited to 'src/cpl.cc')
-rw-r--r--src/cpl.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpl.cc b/src/cpl.cc
index 2ce75cef..29214ca6 100644
--- a/src/cpl.cc
+++ b/src/cpl.cc
@@ -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;