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/image.h | |
| parent | 3664b9abfab4b9d2b3a46322b585384dbc06208b (diff) | |
Some include tidying.
Diffstat (limited to 'src/lib/image.h')
| -rw-r--r-- | src/lib/image.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/image.h b/src/lib/image.h index 172250eb1..8ca6aae09 100644 --- a/src/lib/image.h +++ b/src/lib/image.h @@ -24,17 +24,17 @@ #ifndef DCPOMATIC_IMAGE_H #define DCPOMATIC_IMAGE_H -#include <string> -#include <boost/shared_ptr.hpp> -#include <boost/function.hpp> +#include "util.h" +#include "position.h" +#include "position_image.h" +#include <dcp/image.h> extern "C" { #include <libavcodec/avcodec.h> #include <libavfilter/avfilter.h> } -#include <dcp/image.h> -#include "util.h" -#include "position.h" -#include "position_image.h" +#include <boost/shared_ptr.hpp> +#include <boost/function.hpp> +#include <string> class Scaler; |
