From 1bda73a7b0f45a2502ae93e33e30b98152d893f3 Mon Sep 17 00:00:00 2001 From: james Date: Mon, 12 May 2008 20:31:43 +0000 Subject: Moved branch into official BETA21 position. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2959 e7ae566f-a301-0410-adde-c780ea21d3b5 --- reliable.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'reliable.c') diff --git a/reliable.c b/reliable.c index 01e1d0a..854e2b0 100644 --- a/reliable.c +++ b/reliable.c @@ -27,16 +27,10 @@ * so that SSL/TLS can be run over UDP. */ -#ifdef WIN32 -#include "config-win32.h" -#else -#include "config.h" -#endif +#include "syshead.h" #if defined(USE_CRYPTO) && defined(USE_SSL) -#include "syshead.h" - #include "buffer.h" #include "error.h" #include "common.h" -- cgit