dtc: data.c doesn't need to include dtc-parser.tab.h

David Gibson david at gibson.dropbear.id.au
Mon Oct 22 14:09:23 EST 2007


Presumably we used this #include once, but it's certainly not
necessary now.

Signed-off-by: David Gibson <david at gibson.dropbear.id.au>

Index: dtc/data.c
===================================================================
--- dtc.orig/data.c	2007-10-22 14:03:09.000000000 +1000
+++ dtc/data.c	2007-10-22 14:03:44.000000000 +1000
@@ -19,7 +19,6 @@
  */
 
 #include "dtc.h"
-#include "dtc-parser.tab.h"
 
 void fixup_free(struct fixup *f)
 {

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson



More information about the Linuxppc-dev mailing list