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 --- torisa.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'torisa.c') diff --git a/torisa.c b/torisa.c index daf1b07..53b49fc 100755 --- a/torisa.c +++ b/torisa.c @@ -29,9 +29,6 @@ #include #include #include -#ifdef LINUX26 -#include -#endif #ifdef STANDALONE_ZAPATA #include "zaptel.h" #include "torisa.h" @@ -39,6 +36,9 @@ #include #include #endif +#ifdef LINUX26 +#include +#endif /* Board address offsets (specified in word (not byte) offsets) */ #define DDATA 0 /* Data I/O Register */ -- cgit v1.2.3