diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-05 15:35:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-05 15:35:44 +0000 |
| commit | 8596e31595c9aba128078ba4a3950543ea291f98 (patch) | |
| tree | ce6397e2ba0382d34883ed48e5444e6fa6a1d1bf /src/lib/dcp_subtitle_decoder.cc | |
| parent | cf8e0e9e26dbaefab768000ebc1655b34ad11105 (diff) | |
Include rearrangement.
Diffstat (limited to 'src/lib/dcp_subtitle_decoder.cc')
| -rw-r--r-- | src/lib/dcp_subtitle_decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_subtitle_decoder.cc b/src/lib/dcp_subtitle_decoder.cc index 20a9f32fe..f61c69a7b 100644 --- a/src/lib/dcp_subtitle_decoder.cc +++ b/src/lib/dcp_subtitle_decoder.cc @@ -17,9 +17,9 @@ */ -#include <dcp/subtitle_content.h> #include "dcp_subtitle_decoder.h" #include "dcp_subtitle_content.h" +#include <dcp/subtitle_content.h> using std::list; using std::cout; |
