Skip to content

Commit

Permalink
dtc: data.c doesn't need to include dtc-parser.tab.h
Browse files Browse the repository at this point in the history
Presumably we used this #include once, but it's certainly not
necessary now.

Signed-off-by: David Gibson <[email protected]>
  • Loading branch information
dgibson authored and Jon Loeliger committed Oct 22, 2007
1 parent 169f0b1 commit e321e51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
*/

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

void fixup_free(struct fixup *f)
{
Expand Down

0 comments on commit e321e51

Please sign in to comment.