summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2007-10-22 14:09:23 +1000
committerJon Loeliger <jdl@freescale.com>2007-10-22 09:54:16 -0500
commite321e51036932badbdc7eb3fbade7f325e9f9204 (patch)
treeb9167817f8d4780ce5a3a19ab9cb03e0140e2095 /data.c
parent169f0b183d45b87ba6dfc194792aee6170ffb54d (diff)
downloaddtc-e321e51036932badbdc7eb3fbade7f325e9f9204.tar.gz
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>
Diffstat (limited to 'data.c')
-rw-r--r--data.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/data.c b/data.c
index b8c79c1..b6cd00e 100644
--- a/data.c
+++ b/data.c
@@ -19,7 +19,6 @@
*/
#include "dtc.h"
-#include "dtc-parser.tab.h"
void fixup_free(struct fixup *f)
{