mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-12-25 21:59:30 +01:00
Removed a useless include
This commit is contained in:
parent
0e29e0a75f
commit
8511c855f5
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@
|
||||||
|
|
||||||
#include "dic.h"
|
#include "dic.h"
|
||||||
#include "regexp.h"
|
#include "regexp.h"
|
||||||
#include "automaton.h"
|
|
||||||
|
|
||||||
|
|
||||||
Node::Node(int type, char v, Node *fg, Node *fd)
|
Node::Node(int type, char v, Node *fg, Node *fd)
|
||||||
|
|
Loading…
Reference in a new issue