diff options
author | Darrell Anderson <[email protected]> | 2012-11-25 19:20:22 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-11-25 19:20:22 -0600 |
commit | ff26edf4064a15a77f6eb16bf45700a7f5eaacfb (patch) | |
tree | fd58bbf13c1bac48621d62001856ec5ad9f7fe1f /kopete/protocols/jabber/libiris/cutestuff/network/httppoll.cpp | |
parent | 99a94433e4c65ab7e2343f58b653569b9b65d23d (diff) | |
download | tdenetwork-ff26edf4064a15a77f6eb16bf45700a7f5eaacfb.tar.gz tdenetwork-ff26edf4064a15a77f6eb16bf45700a7f5eaacfb.zip |
Cleanup header includes to improve readability.
Diffstat (limited to 'kopete/protocols/jabber/libiris/cutestuff/network/httppoll.cpp')
-rw-r--r-- | kopete/protocols/jabber/libiris/cutestuff/network/httppoll.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
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<tqstringlist.h> -#include<tqurl.h> -#include<tqtimer.h> -#include<tqguardedptr.h> -#include<qca.h> -#include<stdlib.h> -#include"bsocket.h" -#include"base64.h" +#include <tqstringlist.h> +#include <tqurl.h> +#include <tqtimer.h> +#include <tqguardedptr.h> +#include <qca.h> +#include <stdlib.h> +#include "bsocket.h" +#include "base64.h" #ifdef PROX_DEBUG -#include<stdio.h> +#include <stdio.h> #endif #define POLL_KEYS 64 |