style: remove useless declarations

* src/reader.h: Don't duplicate what parse-gram.h already exposes.
* src/lr0.h: Remove useless include.
This commit is contained in:
Akim Demaille
2020-02-19 19:01:14 +01:00
parent 15e57d9108
commit 6f7f949708
2 changed files with 0 additions and 8 deletions

View File

@@ -21,8 +21,6 @@
#ifndef LR0_H_
# define LR0_H_
# include "state.h"
void generate_states (void);
#endif /* !LR0_H_ */