summaryrefslogtreecommitdiff
path: root/src/content.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-27 12:27:06 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-27 12:27:06 +0000
commite5d368553b47a566a83d4edce0a8f166db9509e6 (patch)
treedfdd9b9a82800ea30432c454dee77ac144269f58 /src/content.cc
parent2cc2026701c9e8268ba154ec9330c5d56cbdc240 (diff)
More tidying.
Diffstat (limited to 'src/content.cc')
-rw-r--r--src/content.cc14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/content.cc b/src/content.cc
index 06e2806d..85988a1a 100644
--- a/src/content.cc
+++ b/src/content.cc
@@ -17,16 +17,16 @@
*/
-#include <iostream>
-#include <boost/filesystem.hpp>
-#include <boost/lexical_cast.hpp>
-#include <boost/function.hpp>
-#include <libxml++/nodes/element.h>
-#include "AS_DCP.h"
-#include "KM_util.h"
#include "content.h"
#include "util.h"
#include "metadata.h"
+#include "AS_DCP.h"
+#include "KM_util.h"
+#include <libxml++/nodes/element.h>
+#include <boost/filesystem.hpp>
+#include <boost/lexical_cast.hpp>
+#include <boost/function.hpp>
+#include <iostream>
using namespace std;
using namespace boost;