summaryrefslogtreecommitdiff
path: root/src/utils/cipher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/cipher.h')
-rw-r--r--src/utils/cipher.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/utils/cipher.h b/src/utils/cipher.h
index bfca4cb1..3dfb5ef2 100644
--- a/src/utils/cipher.h
+++ b/src/utils/cipher.h
@@ -28,9 +28,6 @@
#include "singleton.h"
-
-namespace tmwserv
-{
namespace utils
{
@@ -108,7 +105,5 @@ class Cipher: public Singleton<Cipher>
} // namespace utils
-} // namespace tmwserv
-
#endif // _TMWSERV_CIPHER_H_