diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-05-15 16:37:02 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-06-11 17:33:32 +0200 |
commit | ee3026a1e270d73042b245ed5de1c8dcb24cf698 (patch) | |
tree | 120d56b1c5fccf0b0742ec9ae53fce85faadd2c9 /src/starter/args.c | |
parent | 5b09310e67a0bb1d9f1aaf07fdc80b297aef4791 (diff) | |
download | strongswan-ee3026a1e270d73042b245ed5de1c8dcb24cf698.tar.bz2 strongswan-ee3026a1e270d73042b245ed5de1c8dcb24cf698.tar.xz |
starter: Remove all ties to pluto/libfreeswan.
Moved some types/constants in the process.
Diffstat (limited to 'src/starter/args.c')
-rw-r--r-- | src/starter/args.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/starter/args.c b/src/starter/args.c index af088c443..ab0f740f2 100644 --- a/src/starter/args.c +++ b/src/starter/args.c @@ -20,9 +20,6 @@ #include <library.h> #include <debug.h> -#include "../pluto/constants.h" -#include "../pluto/defs.h" - #include "keywords.h" #include "confread.h" #include "args.h" |