From 331045156161a30ee74e734c7c14dd602ebbbbc9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 25 Nov 2013 11:10:34 +0000 Subject: Remove redundant fstream includes. --- src/dcp.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/dcp.cc') 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 -#include #include #include #include @@ -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; -- cgit v1.2.3