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>
main
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

@ -24,7 +24,6 @@
#include <ctype.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -24,7 +24,6 @@
#include <ctype.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -24,7 +24,6 @@
#include <ctype.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -26,7 +26,6 @@

#include <dlfcn.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -21,7 +21,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -23,7 +23,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -24,7 +24,6 @@
#include <ctype.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -24,7 +24,6 @@
#include <ctype.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -24,7 +24,6 @@
#include <stdint.h>
#include <limits.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -23,7 +23,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -24,7 +24,6 @@
#include <stdint.h>
#include <limits.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -25,9 +25,7 @@
#include <fcntl.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>
#include <libfdt_env.h>

#include "testdata.h"


View File

@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -23,7 +23,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -23,7 +23,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -23,7 +23,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -23,7 +23,6 @@
#include <stdint.h>
#include <errno.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -25,7 +25,6 @@
#include <errno.h>


#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -24,7 +24,6 @@
#include <limits.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -24,7 +24,6 @@
#include <limits.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -23,7 +23,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -23,7 +23,6 @@
#include <stdint.h>
#include <stdarg.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -23,7 +23,6 @@
#include <stdint.h>
#include <stdarg.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -23,7 +23,6 @@
#include <stdint.h>
#include <stdarg.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -24,7 +24,6 @@
#include <ctype.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -24,7 +24,6 @@
#include <ctype.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -24,7 +24,6 @@
#include <limits.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -24,7 +24,6 @@
#include <limits.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -23,7 +23,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -24,7 +24,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -23,7 +23,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -24,7 +24,6 @@
#include <ctype.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -24,7 +24,6 @@
#include <ctype.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -25,7 +25,6 @@
#include <ctype.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -23,7 +23,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -24,7 +24,6 @@
#include <ctype.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -23,7 +23,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

View File

@ -24,7 +24,6 @@
#include <stdint.h>
#include <stdarg.h>

#include <fdt.h>
#include <libfdt.h>
#include <util.h>


View File

@ -26,7 +26,6 @@

#include <dlfcn.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"