[Crosstoolchain-logs] [device-tree-compiler] 159/357: dtc: data.c doesn't need to include dtc-parser.tab.h

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 17:06:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch upstream/1.3.x
in repository device-tree-compiler.

commit e321e51036932badbdc7eb3fbade7f325e9f9204
Author: David Gibson <david at gibson.dropbear.id.au>
Date:   Mon Oct 22 14:09:23 2007 +1000

    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 at gibson.dropbear.id.au>
---
 data.c | 1 -
 1 file changed, 1 deletion(-)

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)
 {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list