From bb2e4212ab966df71dc7c55fabec3184e4fac095 Mon Sep 17 00:00:00 2001 From: Jan Hutter Date: Mon, 7 Nov 2005 14:04:50 +0000 Subject: - global objects are defined in globals.h --- Source/charon/tests/sender_test.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Source/charon/tests/sender_test.c') diff --git a/Source/charon/tests/sender_test.c b/Source/charon/tests/sender_test.c index d9974adcf..580320b94 100644 --- a/Source/charon/tests/sender_test.c +++ b/Source/charon/tests/sender_test.c @@ -23,16 +23,13 @@ #include #include "sender_test.h" +#include "../globals.h" #include "../sender.h" #include "../packet.h" #include "../socket.h" #include "../send_queue.h" #include "../job_queue.h" -extern send_queue_t *global_send_queue; - -extern socket_t *global_socket; - /** * Number of packets to send by sender-thread */ -- cgit v1.2.3