diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-05 15:10:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-05 15:10:42 +0000 |
| commit | e894cfe3d891135d1b92b62603a464e42bd6ed5c (patch) | |
| tree | 645163456b39c9174bd3899bfa5aa5715e8f772d /src/lib/util.h | |
| parent | 3664b9abfab4b9d2b3a46322b585384dbc06208b (diff) | |
Some include tidying.
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index 886e2a61c..b6817f883 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -25,20 +25,20 @@ #ifndef DCPOMATIC_UTIL_H #define DCPOMATIC_UTIL_H -#include <string> -#include <vector> -#include <boost/shared_ptr.hpp> -#include <boost/asio.hpp> -#include <boost/optional.hpp> -#include <boost/filesystem.hpp> +#include "compose.hpp" +#include "types.h" +#include "video_content.h" #include <dcp/util.h> extern "C" { #include <libavcodec/avcodec.h> #include <libavfilter/avfilter.h> } -#include "compose.hpp" -#include "types.h" -#include "video_content.h" +#include <boost/shared_ptr.hpp> +#include <boost/asio.hpp> +#include <boost/optional.hpp> +#include <boost/filesystem.hpp> +#include <string> +#include <vector> #undef check |
