aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/ike_sa_manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/ike_sa_manager.c')
-rw-r--r--Source/charon/ike_sa_manager.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/charon/ike_sa_manager.c b/Source/charon/ike_sa_manager.c
index 0012cea9b..f296ceccd 100644
--- a/Source/charon/ike_sa_manager.c
+++ b/Source/charon/ike_sa_manager.c
@@ -23,10 +23,11 @@
#include <pthread.h>
#include <string.h>
-#include "allocator.h"
#include "ike_sa_manager.h"
-#include "utils/linked_list.h"
+
#include "ike_sa_id.h"
+#include "utils/allocator.h"
+#include "utils/linked_list.h"
/**
* @brief An entry in the linked list, contains IKE_SA, locking and lookup data.