summaryrefslogtreecommitdiff
path: root/src/account-server/dalstorage.cpp
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-12-29 15:43:22 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-12-29 15:43:22 +0000
commit8de6956eed6c4bcf4383a07c0bdcd57845a3a163 (patch)
tree9cec7831f8324a247ce4465faeda2d462cccd06c /src/account-server/dalstorage.cpp
parent1af1d9dfbf2a5f71acc4341394b417dd31506048 (diff)
downloadmanaserv-8de6956eed6c4bcf4383a07c0bdcd57845a3a163.tar.gz
manaserv-8de6956eed6c4bcf4383a07c0bdcd57845a3a163.tar.bz2
manaserv-8de6956eed6c4bcf4383a07c0bdcd57845a3a163.tar.xz
manaserv-8de6956eed6c4bcf4383a07c0bdcd57845a3a163.zip
Removed useless dependency on Cipher + OpenSSL.
Diffstat (limited to 'src/account-server/dalstorage.cpp')
-rw-r--r--src/account-server/dalstorage.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/account-server/dalstorage.cpp b/src/account-server/dalstorage.cpp
index 95d6c019..644464b3 100644
--- a/src/account-server/dalstorage.cpp
+++ b/src/account-server/dalstorage.cpp
@@ -28,7 +28,6 @@
#include "account-server/dalstoragesql.hpp"
#include "dal/dalexcept.h"
#include "dal/dataproviderfactory.h"
-#include "utils/cipher.h"
#include "utils/functors.h"
#include "utils/logger.h"