From c2a97b6f83a32483817d02194a1e7c8d6828b0bb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 18 Aug 2015 18:04:49 +0100 Subject: Include tidying. --- src/lib/encoder.cc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/lib/encoder.cc') diff --git a/src/lib/encoder.cc b/src/lib/encoder.cc index 9b195bade..09788d3fa 100644 --- a/src/lib/encoder.cc +++ b/src/lib/encoder.cc @@ -34,8 +34,8 @@ #include "player.h" #include "player_video.h" #include "data.h" +#include "compose.hpp" #include -#include #include #include @@ -45,17 +45,11 @@ #define LOG_ERROR(...) _film->log()->log (String::compose (__VA_ARGS__), Log::TYPE_ERROR); #define LOG_TIMING(...) _film->log()->microsecond_log (String::compose (__VA_ARGS__), Log::TYPE_TIMING); -using std::pair; -using std::string; -using std::vector; using std::list; using std::cout; -using std::min; -using std::make_pair; using boost::shared_ptr; using boost::weak_ptr; using boost::optional; -using boost::scoped_array; int const Encoder::_history_size = 25; -- cgit v1.2.3