Browse Source

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 17 years ago committed by Jon Loeliger
parent
commit
e321e51036
  1. 1
      data.c

1
data.c

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

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

void fixup_free(struct fixup *f)
{

Loading…
Cancel
Save