From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 22 Oct 2007 14:09:23 +1000 From: David Gibson To: Jon Loeliger Subject: dtc: data.c doesn't need to include dtc-parser.tab.h Message-ID: <20071022040923.GA21138@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Presumably we used this #include once, but it's certainly not necessary now. Signed-off-by: David Gibson 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