From: Michael Jerris Date: Thu, 29 Dec 2005 17:28:54 +0000 (+0000) Subject: tweak include order X-Git-Tag: v1.0-beta1~3481 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb53fc6ef571e330486d26e73b0eed48ebaa35ee;p=thirdparty%2Ffreeswitch.git tweak include order git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@238 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/include/switch.h b/src/include/switch.h index 82c61520aa..5d34e79eca 100644 --- a/src/include/switch.h +++ b/src/include/switch.h @@ -35,6 +35,12 @@ extern "C" { #endif +#ifndef WIN32 +#include +#endif + +#include + #include #include #include @@ -59,7 +65,6 @@ extern "C" { #include #include -#include #include #include #include @@ -76,11 +81,6 @@ extern "C" { #include #include -#ifndef WIN32 -#include -#endif - - #ifdef __cplusplus } #endif