diff options
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 |
