diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-05 15:35:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-05 15:35:44 +0000 |
| commit | 8596e31595c9aba128078ba4a3950543ea291f98 (patch) | |
| tree | ce6397e2ba0382d34883ed48e5444e6fa6a1d1bf /src/lib/encoder.cc | |
| parent | cf8e0e9e26dbaefab768000ebc1655b34ad11105 (diff) | |
Include rearrangement.
Diffstat (limited to 'src/lib/encoder.cc')
| -rw-r--r-- | src/lib/encoder.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/encoder.cc b/src/lib/encoder.cc index 96fda7cc2..da6c96905 100644 --- a/src/lib/encoder.cc +++ b/src/lib/encoder.cc @@ -21,9 +21,6 @@ * @brief Parent class for classes which can encode video and audio frames. */ -#include <iostream> -#include <boost/lambda/lambda.hpp> -#include <libcxml/cxml.h> #include "encoder.h" #include "util.h" #include "film.h" @@ -36,6 +33,9 @@ #include "server_finder.h" #include "player.h" #include "player_video.h" +#include <libcxml/cxml.h> +#include <boost/lambda/lambda.hpp> +#include <iostream> #include "i18n.h" |
