diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-11-28 14:37:15 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-11-28 14:37:15 +0100 |
commit | e8a491c01a90777e6afb9f04332755c27030856a (patch) | |
tree | 5fbe9d5d53f9be955472ec7341e0eeb5eaf00173 | |
parent | b8f0bf00b7a569fc17f6e052d452ed87ed6988a1 (diff) | |
download | strongswan-e8a491c01a90777e6afb9f04332755c27030856a.tar.bz2 strongswan-e8a491c01a90777e6afb9f04332755c27030856a.tar.xz |
removed unused header include
-rw-r--r-- | src/libpts/plugins/imv_attestation/imv_attestation_state.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libpts/plugins/imv_attestation/imv_attestation_state.c b/src/libpts/plugins/imv_attestation/imv_attestation_state.c index fd73054c9..93da9aee5 100644 --- a/src/libpts/plugins/imv_attestation/imv_attestation_state.c +++ b/src/libpts/plugins/imv_attestation/imv_attestation_state.c @@ -20,7 +20,6 @@ #include <imv/imv_lang_string.h> #include "imv/imv_reason_string.h" -#include <utils/lexparser.h> #include <collections/linked_list.h> #include <utils/debug.h> @@ -139,7 +138,7 @@ static void free_func_comp(func_comp_t *this) /** * Supported languages */ -static char* languages[] = { "en", "mn", "de" }; +static char* languages[] = { "en", "de", "mn" }; /** * Table of reason strings |