aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/tests
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-11-10 09:17:23 +0000
committerMartin Willi <martin@strongswan.org>2005-11-10 09:17:23 +0000
commit67a57dc6f4f0eaec37e9e4b71be91595d1c5d2ac (patch)
tree52612eee7347913592e39abb07dc5f830c1bc4e4 /Source/charon/tests
parentd62ea0ddf28d8785fc9ed7cfee801c6705c68754 (diff)
downloadstrongswan-67a57dc6f4f0eaec37e9e4b71be91595d1c5d2ac.tar.bz2
strongswan-67a57dc6f4f0eaec37e9e4b71be91595d1c5d2ac.tar.xz
- removed strongswan includes, we are now self-contained ;-)
Diffstat (limited to 'Source/charon/tests')
-rw-r--r--Source/charon/tests/generator_test.c3
-rw-r--r--Source/charon/tests/job_queue_test.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/Source/charon/tests/generator_test.c b/Source/charon/tests/generator_test.c
index 228d50184..2f6fa47f9 100644
--- a/Source/charon/tests/generator_test.c
+++ b/Source/charon/tests/generator_test.c
@@ -21,9 +21,6 @@
*/
#include <string.h>
-#include <freeswan.h>
-#include <pluto/constants.h>
-#include <pluto/defs.h>
#include "../allocator.h"
#include "generator_test.h"
diff --git a/Source/charon/tests/job_queue_test.c b/Source/charon/tests/job_queue_test.c
index 8ea291b7e..63fbb458f 100644
--- a/Source/charon/tests/job_queue_test.c
+++ b/Source/charon/tests/job_queue_test.c
@@ -22,9 +22,6 @@
#include <stdlib.h>
-#include <freeswan.h>
-#include <pluto/constants.h>
-#include <pluto/defs.h>
#include <pthread.h>
#include <unistd.h>