From eb459642fd79b40c768c80badc915213d78116fc Mon Sep 17 00:00:00 2001 From: carmen rocco Date: Tue, 12 Apr 2005 06:22:12 +0000 Subject: include paths were hardcoded to obsolete headers in build/include/ svn path=/trunk/externals/creb/; revision=2716 --- modules/dist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/dist.c') diff --git a/modules/dist.c b/modules/dist.c index 20fb221..34b9a63 100644 --- a/modules/dist.c +++ b/modules/dist.c @@ -17,8 +17,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "extlib_util.h" - +#include +#include #define CLIP 0 #define INVERSE 1 -- cgit v1.2.1