From e5d368553b47a566a83d4edce0a8f166db9509e6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 27 Jan 2014 12:27:06 +0000 Subject: More tidying. --- src/content.cc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/content.cc') 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 -#include -#include -#include -#include -#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 +#include +#include +#include +#include using namespace std; using namespace boost; -- cgit v1.2.3