From ff26edf4064a15a77f6eb16bf45700a7f5eaacfb Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 25 Nov 2012 19:20:22 -0600 Subject: Cleanup header includes to improve readability. --- .../jabber/libiris/cutestuff/network/srvresolver.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.cpp') diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.cpp b/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.cpp index 987de66c..873d6c11 100644 --- a/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.cpp +++ b/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.cpp @@ -18,15 +18,15 @@ * */ -#include"srvresolver.h" +#include "srvresolver.h" -#include -#include -#include -#include"safedelete.h" +#include +#include +#include +#include "safedelete.h" #ifndef NO_NDNS -#include"ndns.h" +#include "ndns.h" #endif // CS_NAMESPACE_BEGIN -- cgit v1.2.1