summaryrefslogtreecommitdiff
path: root/src/subtitle_asset.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-21 11:57:33 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-21 11:57:33 +0100
commit1eb9ba017214698de3fd41de5291604b4fe839c5 (patch)
tree09225382a3c46b865dfa22d0d93c004485ab8e16 /src/subtitle_asset.cc
parentdd88a3738c91b6fa2574c3d2d778fb30a412555c (diff)
Trim some unused stream includes / usings.
Diffstat (limited to 'src/subtitle_asset.cc')
-rw-r--r--src/subtitle_asset.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/subtitle_asset.cc b/src/subtitle_asset.cc
index cb757673..b9f6336c 100644
--- a/src/subtitle_asset.cc
+++ b/src/subtitle_asset.cc
@@ -45,13 +45,9 @@
#include <boost/algorithm/string.hpp>
#include <boost/shared_array.hpp>
#include <boost/foreach.hpp>
-#include <fstream>
using std::string;
using std::list;
-using std::ostream;
-using std::ofstream;
-using std::stringstream;
using std::cout;
using std::cerr;
using std::map;