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/types.h | |
| parent | 3664b9abfab4b9d2b3a46322b585384dbc06208b (diff) | |
Some include tidying.
Diffstat (limited to 'src/lib/types.h')
| -rw-r--r-- | src/lib/types.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/types.h b/src/lib/types.h index 9a6a30b86..c069944fe 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -20,12 +20,12 @@ #ifndef DCPOMATIC_TYPES_H #define DCPOMATIC_TYPES_H -#include <vector> -#include <stdint.h> -#include <boost/shared_ptr.hpp> -#include <dcp/util.h> #include "dcpomatic_time.h" #include "position.h" +#include <dcp/util.h> +#include <boost/shared_ptr.hpp> +#include <vector> +#include <stdint.h> class Content; class VideoContent; |
