From 1941e274acd375ff70fd09a9d458755d2a82e66e Mon Sep 17 00:00:00 2001 From: Björn Steinbrink Date: Mon, 6 Mar 2006 00:26:05 +0000 Subject: Cleaned up unnecessary header dependencies and fixed some indentations. --- src/utils/cipher.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/utils/cipher.cpp') diff --git a/src/utils/cipher.cpp b/src/utils/cipher.cpp index 1b232e7..6eda3ec 100644 --- a/src/utils/cipher.cpp +++ b/src/utils/cipher.cpp @@ -20,6 +20,7 @@ * $Id$ */ +#include "cipher.h" #include #include @@ -27,9 +28,6 @@ #include #include -#include "cipher.h" - - namespace tmwserv { namespace utils -- cgit