summaryrefslogtreecommitdiff
path: root/src/dcp.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/dcp.cc
parentd03382e1ffd8b9094b03044daaca99336740c3c4 (diff)
Remove redundant fstream includes.
Diffstat (limited to 'src/dcp.cc')
-rw-r--r--src/dcp.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dcp.cc b/src/dcp.cc
index 3d64a8b7..2f2c0e39 100644
--- a/src/dcp.cc
+++ b/src/dcp.cc
@@ -22,7 +22,6 @@
*/
#include <sstream>
-#include <fstream>
#include <iomanip>
#include <cassert>
#include <iostream>
@@ -51,7 +50,6 @@
using std::string;
using std::list;
using std::stringstream;
-using std::ofstream;
using std::ostream;
using std::copy;
using std::back_inserter;