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>
main
David Gibson 2007-10-22 14:09:23 +10:00 committed by Jon Loeliger
parent 169f0b183d
commit e321e51036
1 changed files with 0 additions and 1 deletions

1
data.c
View File

@ -19,7 +19,6 @@
*/

#include "dtc.h"
#include "dtc-parser.tab.h"

void fixup_free(struct fixup *f)
{