diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-18 18:04:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-18 18:04:49 +0100 |
| commit | c2a97b6f83a32483817d02194a1e7c8d6828b0bb (patch) | |
| tree | 538dc2cf638cd6dd184a4904a950e69082a55e5b /src/lib/encoder.cc | |
| parent | 99856300c7080f7602507ae6f64b870200710736 (diff) | |
Include tidying.
Diffstat (limited to 'src/lib/encoder.cc')
| -rw-r--r-- | src/lib/encoder.cc | 8 |
1 files changed, 1 insertions, 7 deletions
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 <libcxml/cxml.h> -#include <boost/lambda/lambda.hpp> #include <boost/foreach.hpp> #include <iostream> @@ -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; |
