summaryrefslogtreecommitdiff
path: root/src/picture_mxf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/picture_mxf.cc')
-rw-r--r--src/picture_mxf.cc22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/picture_mxf.cc b/src/picture_mxf.cc
index 7634493d..e5955047 100644
--- a/src/picture_mxf.cc
+++ b/src/picture_mxf.cc
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -17,21 +17,21 @@
*/
-#include <list>
-#include <stdexcept>
-#include <iostream>
-#include <sstream>
-#include <boost/filesystem.hpp>
-#include <boost/lexical_cast.hpp>
-#include <openjpeg.h>
-#include <libxml++/nodes/element.h>
-#include "AS_DCP.h"
-#include "KM_fileio.h"
#include "picture_mxf.h"
#include "util.h"
#include "exceptions.h"
#include "xyz_frame.h"
#include "picture_mxf_writer.h"
+#include "AS_DCP.h"
+#include "KM_fileio.h"
+#include <libxml++/nodes/element.h>
+#include <openjpeg.h>
+#include <boost/filesystem.hpp>
+#include <boost/lexical_cast.hpp>
+#include <list>
+#include <stdexcept>
+#include <iostream>
+#include <sstream>
using std::string;
using std::ostream;