summaryrefslogtreecommitdiff
path: root/src/sound_frame.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-27 12:01:17 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-27 12:01:17 +0000
commit2cc2026701c9e8268ba154ec9330c5d56cbdc240 (patch)
tree92ea2ca6ebd67eed3f5c87b30220bc5fb71dba3f /src/sound_frame.cc
parentf4e360fd709a789980201ebb1162eec6fac229fe (diff)
Some tidying up.
Diffstat (limited to 'src/sound_frame.cc')
-rw-r--r--src/sound_frame.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sound_frame.cc b/src/sound_frame.cc
index 06d2b88e..6471ee0a 100644
--- a/src/sound_frame.cc
+++ b/src/sound_frame.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,10 +17,10 @@
*/
-#include "AS_DCP.h"
-#include "KM_fileio.h"
#include "sound_frame.h"
#include "exceptions.h"
+#include "AS_DCP.h"
+#include "KM_fileio.h"
using namespace std;
using namespace dcp;