dtc/tests: don't include fdt.h prior to libfdt.h

tests will need fdt type definitions provided in a subsequent patch
to libfdt_env.h.  Since libfdt.h includes libfdt_env.h in the right
order anyway, just remove the fdt.h include.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
Kim Phillips 2012-11-13 18:34:01 -06:00 committed by Jon Loeliger
parent 1c1efd6954
commit 38ad79d339
53 changed files with 0 additions and 54 deletions

View file

@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>
#include <fdt.h>
#include <libfdt.h>
#include "tests.h"