aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/tnc/tnccs/tnccs.h
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-06-01 16:32:01 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2011-06-01 16:33:44 +0200
commit7c4d4d209d2828a726db6b916bc69b7d3b08cc2c (patch)
tree414524cbdd1607a8830ac5c2901c50f353796ef3 /src/libcharon/tnc/tnccs/tnccs.h
parent91b9bc3e0f2ca4bbec636307e5ffa5e7c0803df3 (diff)
downloadstrongswan-7c4d4d209d2828a726db6b916bc69b7d3b08cc2c.tar.bz2
strongswan-7c4d4d209d2828a726db6b916bc69b7d3b08cc2c.tar.xz
make IMC/IMV pairs independent of libcharon
Diffstat (limited to 'src/libcharon/tnc/tnccs/tnccs.h')
-rw-r--r--src/libcharon/tnc/tnccs/tnccs.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/libcharon/tnc/tnccs/tnccs.h b/src/libcharon/tnc/tnccs/tnccs.h
index f97282ce9..dc8a422f7 100644
--- a/src/libcharon/tnc/tnccs/tnccs.h
+++ b/src/libcharon/tnc/tnccs/tnccs.h
@@ -24,9 +24,10 @@
#ifndef TNCCS_H_
#define TNCCS_H_
-#include <tnc/tncif.h>
-#include <tnc/tncifimc.h>
-#include <tnc/tncifimv.h>
+#include <tncif.h>
+#include <tncifimc.h>
+#include <tncifimv.h>
+
#include <library.h>
typedef enum tnccs_type_t tnccs_type_t;