mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-30 20:34:27 +01:00
Removed useless includes
This commit is contained in:
parent
af99d00a7b
commit
8519a4d794
2 changed files with 0 additions and 4 deletions
1
dic/er.l
1
dic/er.l
|
@ -18,7 +18,6 @@
|
||||||
/* along with this program; if not, write to the Free Software */
|
/* along with this program; if not, write to the Free Software */
|
||||||
/* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
|
/* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
|
||||||
|
|
||||||
#include "dic_internals.h"
|
|
||||||
#include "dic.h"
|
#include "dic.h"
|
||||||
#include "regexp.h"
|
#include "regexp.h"
|
||||||
#include "libdic_a-er.h"
|
#include "libdic_a-er.h"
|
||||||
|
|
3
dic/er.y
3
dic/er.y
|
@ -23,9 +23,6 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "dic_internals.h"
|
|
||||||
#include "dic.h"
|
|
||||||
|
|
||||||
#include "dic.h"
|
#include "dic.h"
|
||||||
#include "regexp.h"
|
#include "regexp.h"
|
||||||
#include "dic_search.h"
|
#include "dic_search.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue