<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/include/image.h
+++ b/include/image.h
@@ -17,7 +17,6 @@
 #define __IMAGE_H__
 
 #include "compiler.h"
-#include &lt;asm/byteorder.h&gt;
 
 /* Define this to avoid #ifdefs later on */
 struct lmb;
@@ -36,6 +35,7 @@ struct lmb;
 
 #include &lt;lmb.h&gt;
 #include &lt;asm/u-boot.h&gt;
+#include &lt;asm/byteorder.h&gt;
 #include &lt;command.h&gt;
 
 /* Take notice of the 'ignore' property for hashes */
</pre></body></html>