diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-27 12:27:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-27 12:27:06 +0000 |
| commit | e5d368553b47a566a83d4edce0a8f166db9509e6 (patch) | |
| tree | dfdd9b9a82800ea30432c454dee77ac144269f58 /src/stereo_picture_frame.cc | |
| parent | 2cc2026701c9e8268ba154ec9330c5d56cbdc240 (diff) | |
More tidying.
Diffstat (limited to 'src/stereo_picture_frame.cc')
| -rw-r--r-- | src/stereo_picture_frame.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/stereo_picture_frame.cc b/src/stereo_picture_frame.cc index b21c7902..f894281e 100644 --- a/src/stereo_picture_frame.cc +++ b/src/stereo_picture_frame.cc @@ -17,9 +17,6 @@ */ -#include <openjpeg.h> -#include "AS_DCP.h" -#include "KM_fileio.h" #include "stereo_picture_frame.h" #include "exceptions.h" #include "argb_frame.h" @@ -27,6 +24,9 @@ #include "util.h" #include "gamma_lut.h" #include "rgb_xyz.h" +#include "AS_DCP.h" +#include "KM_fileio.h" +#include <openjpeg.h> #define DCI_GAMMA 2.6 |
