diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-10-16 15:39:26 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-10-24 16:00:50 +0200 |
commit | 08944b68ac960cca63855f68f25b6759a7985cac (patch) | |
tree | 0daaadc8a5431625132b9640365640c79ef67ce9 /src/libstrongswan/plugins/plugin_loader.c | |
parent | 12642a68314a400ee2ed8b0c4474287957696ef0 (diff) | |
download | strongswan-08944b68ac960cca63855f68f25b6759a7985cac.tar.bz2 strongswan-08944b68ac960cca63855f68f25b6759a7985cac.tar.xz |
Moved integrity_checker_t to utils folder
Diffstat (limited to 'src/libstrongswan/plugins/plugin_loader.c')
-rw-r--r-- | src/libstrongswan/plugins/plugin_loader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/plugin_loader.c b/src/libstrongswan/plugins/plugin_loader.c index 007ef6a9e..10336950c 100644 --- a/src/libstrongswan/plugins/plugin_loader.c +++ b/src/libstrongswan/plugins/plugin_loader.c @@ -24,10 +24,10 @@ #include <debug.h> #include <library.h> -#include <integrity_checker.h> #include <collections/hashtable.h> #include <collections/linked_list.h> #include <plugins/plugin.h> +#include <utils/integrity_checker.h> typedef struct private_plugin_loader_t private_plugin_loader_t; typedef struct plugin_entry_t plugin_entry_t; |