From d034a2d7ecd1703fd1c3012696d6336477ac2684 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 16 Feb 2004 22:56:36 +0000 Subject: Remove files no longer needed Switch back to regex.h --- contrib/diff/diff.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'contrib/diff/diff.h') diff --git a/contrib/diff/diff.h b/contrib/diff/diff.h index 24f0885..9a92e0d 100644 --- a/contrib/diff/diff.h +++ b/contrib/diff/diff.h @@ -16,14 +16,11 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU DIFF; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +/* $FreeBSD$ */ #include "system.h" #include -#ifdef __FreeBSD__ -#include -#else #include "regex.h" -#endif #define TAB_WIDTH 8 -- cgit v1.1