=================================================================== RCS file: /home/cvs/OpenXM/src/ox_math/math2ox.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- OpenXM/src/ox_math/math2ox.c 2000/02/14 09:39:12 1.13 +++ OpenXM/src/ox_math/math2ox.c 2000/03/10 12:38:46 1.14 @@ -1,5 +1,5 @@ /* -*- mode: C; coding: euc-japan -*- */ -/* $OpenXM: OpenXM/src/ox_math/math2ox.c,v 1.12 2000/01/22 06:29:17 ohara Exp $ */ +/* $OpenXM: OpenXM/src/ox_math/math2ox.c,v 1.13 2000/02/14 09:39:12 ohara Exp $ */ /* Copyright (C) Katsuyoshi OHARA, 2000. @@ -20,9 +20,7 @@ #include #include #include - -#include "ox.h" -#include "parse.h" +#include #include "serv2.h" static char *host = "localhost"; @@ -84,7 +82,6 @@ int OX_reset(int id) int OX_parse(int id, char *s) { cmo *m; - symbol *symp; int len = strlen(s); init_parser(s);