diff options
| author | Tobias Brunner <tobias@strongswan.org> | 2016-02-12 15:30:18 +0100 |
|---|---|---|
| committer | Tobias Brunner <tobias@strongswan.org> | 2016-03-03 17:36:11 +0100 |
| commit | 8394ea2a42eb23ba22471d913dcf47e6067109e1 (patch) | |
| tree | 365f6d98c717f76701dac4e4ef1064d408c305f5 /src/libcharon/processing | |
| parent | dec9e1957feb56c854bc24a657a6a378d74317f6 (diff) | |
| download | strongswan-8394ea2a42eb23ba22471d913dcf47e6067109e1.tar.bz2 strongswan-8394ea2a42eb23ba22471d913dcf47e6067109e1.tar.xz | |
libhydra: Move kernel interface to libcharon
This moves hydra->kernel_interface to charon->kernel.
Diffstat (limited to 'src/libcharon/processing')
| -rw-r--r-- | src/libcharon/processing/jobs/adopt_children_job.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcharon/processing/jobs/adopt_children_job.c b/src/libcharon/processing/jobs/adopt_children_job.c index b4f135a57..c39689012 100644 --- a/src/libcharon/processing/jobs/adopt_children_job.c +++ b/src/libcharon/processing/jobs/adopt_children_job.c @@ -19,7 +19,6 @@ #include "adopt_children_job.h" #include <daemon.h> -#include <hydra.h> #include <collections/array.h> #include <processing/jobs/delete_ike_sa_job.h> |
