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:
David Gibson 2007-10-22 14:09:23 +10:00 committed by Jon Loeliger
parent 169f0b183d
commit e321e51036

1
data.c
View file

@ -19,7 +19,6 @@
*/
#include "dtc.h"
#include "dtc-parser.tab.h"
void fixup_free(struct fixup *f)
{