mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
dtc: data.c doesn't need to include dtc-parser.tab.h
Presumably we used this #include once, but it's certainly not necessary now. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
169f0b183d
commit
e321e51036
1 changed files with 0 additions and 1 deletions
1
data.c
1
data.c
|
@ -19,7 +19,6 @@
|
|||
*/
|
||||
|
||||
#include "dtc.h"
|
||||
#include "dtc-parser.tab.h"
|
||||
|
||||
void fixup_free(struct fixup *f)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue