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/player_video.h | |
| parent | 3664b9abfab4b9d2b3a46322b585384dbc06208b (diff) | |
Some include tidying.
Diffstat (limited to 'src/lib/player_video.h')
| -rw-r--r-- | src/lib/player_video.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/player_video.h b/src/lib/player_video.h index f1d0543d7..935690a08 100644 --- a/src/lib/player_video.h +++ b/src/lib/player_video.h @@ -17,14 +17,14 @@ */ -#include <boost/shared_ptr.hpp> -extern "C" { -#include <libavutil/pixfmt.h> -} #include "types.h" #include "position.h" #include "colour_conversion.h" #include "position_image.h" +extern "C" { +#include <libavutil/pixfmt.h> +} +#include <boost/shared_ptr.hpp> class Image; class ImageProxy; |
