From e449bb8a46e41239870662bbfe0d1012679138b0 Mon Sep 17 00:00:00 2001 From: markster Date: Sat, 15 Jan 2005 22:59:18 +0000 Subject: Correct order of includes git-svn-id: http://svn.digium.com/svn/zaptel/trunk@560 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wcte11xp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wcte11xp.c') diff --git a/wcte11xp.c b/wcte11xp.c index 9faa62e..7a0e4da 100755 --- a/wcte11xp.c +++ b/wcte11xp.c @@ -34,14 +34,14 @@ #include #include #include -#ifdef LINUX26 -#include -#endif #ifdef STANDALONE_ZAPATA #include "zaptel.h" #else #include #endif +#ifdef LINUX26 +#include +#endif #include "wct4xxp.h" /* For certain definitions */ -- cgit v1.2.3