eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] eliot/dic er.l er.y


From: eliot-dev
Subject: [Eliot-dev] eliot/dic er.l er.y
Date: Sat, 30 Sep 2006 22:11:56 +0000

CVSROOT:        /cvsroot/eliot
Module name:    eliot
Changes by:     Olivier Teulière <ipkiss>      06/09/30 22:11:56

Modified files:
        dic            : er.l er.y 

Log message:
        Removed useless includes

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/dic/er.l?cvsroot=eliot&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/eliot/dic/er.y?cvsroot=eliot&r1=1.11&r2=1.12

Patches:
Index: er.l
===================================================================
RCS file: /cvsroot/eliot/eliot/dic/er.l,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- er.l        16 Apr 2006 11:27:19 -0000      1.10
+++ er.l        30 Sep 2006 22:11:56 -0000      1.11
@@ -18,7 +18,6 @@
 /* along with this program; if not, write to the Free Software               */
 /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
*/
 
-#include "dic_internals.h"
 #include "dic.h"
 #include "regexp.h"
 #include "libdic_a-er.h"

Index: er.y
===================================================================
RCS file: /cvsroot/eliot/eliot/dic/er.y,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- er.y        16 Apr 2006 11:27:19 -0000      1.11
+++ er.y        30 Sep 2006 22:11:56 -0000      1.12
@@ -23,9 +23,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "dic_internals.h"
-#include "dic.h"
-
 #include "dic.h"
 #include "regexp.h"
 #include "dic_search.h"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]