summaryrefslogtreecommitdiff
path: root/src/utils/cipher.cpp
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2006-03-06 00:26:05 +0000
committerBjörn Steinbrink <B.Steinbrink@gmx.de>2006-03-06 00:26:05 +0000
commit1941e274acd375ff70fd09a9d458755d2a82e66e (patch)
tree0c159d8d9da64267b7ca56397c775d256cc780e6 /src/utils/cipher.cpp
parent54fa93b126ce6f2ed5ec24b134fe367fa5bc5c87 (diff)
downloadmanaserv-1941e274acd375ff70fd09a9d458755d2a82e66e.tar.gz
manaserv-1941e274acd375ff70fd09a9d458755d2a82e66e.tar.bz2
manaserv-1941e274acd375ff70fd09a9d458755d2a82e66e.tar.xz
manaserv-1941e274acd375ff70fd09a9d458755d2a82e66e.zip
Cleaned up unnecessary header dependencies and fixed some indentations.
Diffstat (limited to 'src/utils/cipher.cpp')
-rw-r--r--src/utils/cipher.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/utils/cipher.cpp b/src/utils/cipher.cpp
index 1b232e7e..6eda3ec5 100644
--- a/src/utils/cipher.cpp
+++ b/src/utils/cipher.cpp
@@ -20,6 +20,7 @@
* $Id$
*/
+#include "cipher.h"
#include <iomanip>
#include <sstream>
@@ -27,9 +28,6 @@
#include <openssl/evp.h>
#include <openssl/md5.h>
-#include "cipher.h"
-
-
namespace tmwserv
{
namespace utils