aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/starter.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-05-15 16:37:02 +0200
committerTobias Brunner <tobias@strongswan.org>2012-06-11 17:33:32 +0200
commitee3026a1e270d73042b245ed5de1c8dcb24cf698 (patch)
tree120d56b1c5fccf0b0742ec9ae53fce85faadd2c9 /src/starter/starter.c
parent5b09310e67a0bb1d9f1aaf07fdc80b297aef4791 (diff)
downloadstrongswan-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/starter.c')
-rw-r--r--src/starter/starter.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/starter/starter.c b/src/starter/starter.c
index 7f380c22c..40500b689 100644
--- a/src/starter/starter.c
+++ b/src/starter/starter.c
@@ -30,16 +30,12 @@
#include <grp.h>
#include <pthread.h>
-#include <freeswan.h>
#include <library.h>
#include <hydra.h>
#include <utils/backtrace.h>
#include <threading/thread.h>
#include <debug.h>
-#include "../pluto/constants.h"
-#include "../pluto/defs.h"
-
#include "confread.h"
#include "files.h"
#include "starterstroke.h"