aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/ike_sa_manager.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-10-16 14:54:16 +0200
committerTobias Brunner <tobias@strongswan.org>2012-10-24 16:00:49 +0200
commit12642a68314a400ee2ed8b0c4474287957696ef0 (patch)
treecd7ea721666a5491967d4ff86f2760bd2fc9bf49 /src/libcharon/sa/ike_sa_manager.c
parentfdee6b5f5a7d711d68a77088b1e757fb6452bdee (diff)
downloadstrongswan-12642a68314a400ee2ed8b0c4474287957696ef0.tar.bz2
strongswan-12642a68314a400ee2ed8b0c4474287957696ef0.tar.xz
Moved data structures to new collections subfolder
Diffstat (limited to 'src/libcharon/sa/ike_sa_manager.c')
-rw-r--r--src/libcharon/sa/ike_sa_manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/sa/ike_sa_manager.c b/src/libcharon/sa/ike_sa_manager.c
index cccf5d0d1..38c5b4ac5 100644
--- a/src/libcharon/sa/ike_sa_manager.c
+++ b/src/libcharon/sa/ike_sa_manager.c
@@ -26,7 +26,7 @@
#include <threading/condvar.h>
#include <threading/mutex.h>
#include <threading/rwlock.h>
-#include <utils/linked_list.h>
+#include <collections/linked_list.h>
#include <crypto/hashers/hasher.h>
/* the default size of the hash table (MUST be a power of 2) */