summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-22 09:22:12 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-22 09:22:12 +0100
commitd7e0ebee4d94f10a8b80c1e61bf7b162c6a1ac12 (patch)
tree0fe1ed1e04c6c84bf6ffbeb4dcf8f37891a7dee9
parent5e325f63095debd23c0307616f1306c612a9403a (diff)
Trim some includes.
-rw-r--r--test/dcp_reader_test.cc3
-rw-r--r--test/stl_binary_reader_test.cc2
-rw-r--r--test/subrip_reader_test.cc2
3 files changed, 0 insertions, 7 deletions
diff --git a/test/dcp_reader_test.cc b/test/dcp_reader_test.cc
index 7fa419b..f301a61 100644
--- a/test/dcp_reader_test.cc
+++ b/test/dcp_reader_test.cc
@@ -21,12 +21,9 @@
#include "collect.h"
#include <boost/test/unit_test.hpp>
#include <boost/optional/optional_io.hpp>
-#include <fstream>
-#include <iostream>
using std::list;
using std::cout;
-using std::ifstream;
using boost::shared_ptr;
/* Test reading of a DCP XML file */
diff --git a/test/stl_binary_reader_test.cc b/test/stl_binary_reader_test.cc
index 8645805..57fbd1c 100644
--- a/test/stl_binary_reader_test.cc
+++ b/test/stl_binary_reader_test.cc
@@ -22,10 +22,8 @@
#include "subtitle.h"
#include "test.h"
#include <fstream>
-#include <iostream>
using std::list;
-using std::cout;
using std::ifstream;
/* Test reading of a binary STL file */
diff --git a/test/subrip_reader_test.cc b/test/subrip_reader_test.cc
index d99720f..5016058 100644
--- a/test/subrip_reader_test.cc
+++ b/test/subrip_reader_test.cc
@@ -23,13 +23,11 @@
#include "collect.h"
#include <boost/test/unit_test.hpp>
#include <boost/filesystem.hpp>
-#include <fstream>
#include <cmath>
#include <iostream>
using std::list;
using std::cerr;
-using std::ifstream;
using std::vector;
using std::fabs;