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. --- kopete/protocols/jabber/libiris/cutestuff/util/cipher.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kopete/protocols/jabber/libiris/cutestuff/util/cipher.cpp') diff --git a/kopete/protocols/jabber/libiris/cutestuff/util/cipher.cpp b/kopete/protocols/jabber/libiris/cutestuff/util/cipher.cpp index 814b6e9d..98f2944a 100644 --- a/kopete/protocols/jabber/libiris/cutestuff/util/cipher.cpp +++ b/kopete/protocols/jabber/libiris/cutestuff/util/cipher.cpp @@ -18,12 +18,12 @@ * */ -#include"cipher.h" +#include "cipher.h" -#include -#include -#include"bytestream.h" -#include"tqrandom.h" +#include +#include +#include "bytestream.h" +#include "tqrandom.h" static bool lib_encryptArray(const EVP_CIPHER *type, const TQByteArray &buf, const TQByteArray &key, const TQByteArray &iv, bool pad, TQByteArray *out) { -- cgit v1.2.1