CVSROOT: /sources/m4 Module name: m4 Changes by: Gary V. Vaughan <gary> 07/04/02 12:06:23
Index: m4/module.c =================================================================== RCS file: /sources/m4/m4/m4/module.c,v retrieving revision 1.48 retrieving revision 1.49 diff -u -b -r1.48 -r1.49 --- m4/module.c 27 Oct 2006 17:03:51 -0000 1.48 +++ m4/module.c 2 Apr 2007 12:06:23 -0000 1.49 @@ -1,6 +1,6 @@ /* GNU m4 -- A simple macro processor Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1998, 1999, 2002, 2003, - 2004, 2005, 2006 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,6 @@ */ #include "configmake.h" -#include "ltdl.h" #include "m4private.h" #include "xvasprintf.h"