From 93096af59d8235235c0caed929b6f72dcf09cdc9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 26 Jan 2014 22:25:11 +0000 Subject: A little tidying up. --- src/util.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 5d7a9c4f..e26c7332 100644 --- a/src/util.h +++ b/src/util.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Carl Hetherington + Copyright (C) 2012-2014 Carl Hetherington 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 @@ -24,14 +24,14 @@ * @brief Utility methods. */ -#include -#include +#include "types.h" #include #include #include #include #include -#include "types.h" +#include +#include namespace xmlpp { class Element; @@ -44,7 +44,8 @@ class CertificateChain; class GammaLUT; class XYZFrame; -struct Size { +struct Size +{ Size () : width (0) , height (0) -- cgit v1.2.3