K 10 svn:author V 6 kevans K 8 svn:date V 27 2017-12-30T06:53:27.693092Z K 7 svn:log V 355 stand/fdt: Swap libfdt include order libfdt.h should be included before fdt.h, as hinted at by all of libfdt/; standard include order being libfdt.h, libfdt_env.h, fdt.h. The current include order also causes problems when libfdt gets updated, as fdt.h requires some definitions from libfdt.h. Differential Revision: https://reviews.freebsd.org/D13688 END