diff options
Diffstat (limited to 'src/dcp_time.cc')
| -rw-r--r-- | src/dcp_time.cc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/dcp_time.cc b/src/dcp_time.cc index 605c4a40..5376b972 100644 --- a/src/dcp_time.cc +++ b/src/dcp_time.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 @@ -18,16 +18,16 @@ */ /** @file src/dcp_time.cc - * @brief A representation of time within a DCP. + * @brief Time class. */ -#include <iostream> -#include <vector> +#include "dcp_time.h" +#include "exceptions.h" #include <boost/algorithm/string.hpp> #include <boost/lexical_cast.hpp> +#include <iostream> +#include <vector> #include <cmath> -#include "dcp_time.h" -#include "exceptions.h" using namespace std; using namespace boost; |
