From 63eee531e747a957d0c658bb3c3d15be51cff9ff Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 25 Aug 2004 09:18:06 +0000 Subject: [PATCH] Do not include rsm_or.h . It is dead --- index/trunc.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/index/trunc.c b/index/trunc.c index 5b7a856..95f297f 100644 --- a/index/trunc.c +++ b/index/trunc.c @@ -1,4 +1,4 @@ -/* $Id: trunc.c,v 1.38 2004-08-24 15:00:16 heikki Exp $ +/* $Id: trunc.c,v 1.39 2004-08-25 09:18:06 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -24,17 +24,12 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include -#define NEW_TRUNC 1 - #include "index.h" #include #include #include #include #include -#if NEW_TRUNC -#include -#endif #include struct trunc_info { -- 1.7.10.4