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/httppoll.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'kopete/protocols/jabber/libiris/cutestuff/network/httppoll.cpp') diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.cpp b/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.cpp index a07ed503..5e900119 100644 --- a/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.cpp +++ b/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.cpp @@ -18,19 +18,19 @@ * */ -#include"httppoll.h" +#include "httppoll.h" -#include -#include -#include -#include -#include -#include -#include"bsocket.h" -#include"base64.h" +#include +#include +#include +#include +#include +#include +#include "bsocket.h" +#include "base64.h" #ifdef PROX_DEBUG -#include +#include #endif #define POLL_KEYS 64 -- cgit v1.2.1