aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnccs_11/batch/tnccs_batch.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-10-25 01:10:02 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2011-10-25 01:10:16 +0200
commitf0a8bf47f7d01ded310e60b3ec1e7204284dd7f7 (patch)
treef0d3b416d4a0db79f38c75e632f0a62475d3bf5c /src/libcharon/plugins/tnccs_11/batch/tnccs_batch.c
parentc008d2cc4618ff5afcb8ea8b8ff7e756545e4c47 (diff)
downloadstrongswan-f0a8bf47f7d01ded310e60b3ec1e7204284dd7f7.tar.bz2
strongswan-f0a8bf47f7d01ded310e60b3ec1e7204284dd7f7.tar.xz
refactored TNC framework
Diffstat (limited to 'src/libcharon/plugins/tnccs_11/batch/tnccs_batch.c')
-rw-r--r--src/libcharon/plugins/tnccs_11/batch/tnccs_batch.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libcharon/plugins/tnccs_11/batch/tnccs_batch.c b/src/libcharon/plugins/tnccs_11/batch/tnccs_batch.c
index 0f6f3a675..c9397722b 100644
--- a/src/libcharon/plugins/tnccs_11/batch/tnccs_batch.c
+++ b/src/libcharon/plugins/tnccs_11/batch/tnccs_batch.c
@@ -16,10 +16,11 @@
#include "tnccs_batch.h"
#include "messages/tnccs_error_msg.h"
-#include <debug.h>
-#include <utils/linked_list.h>
#include <tnc/tnccs/tnccs.h>
+#include <utils/linked_list.h>
+#include <debug.h>
+
#include <libxml/parser.h>
typedef struct private_tnccs_batch_t private_tnccs_batch_t;