]> Git Repo - J-u-boot.git/blobdiff - cmd/setexpr.c
Subtree merge tag 'v6.12-dts' of dts repo [1] into dts/upstream
[J-u-boot.git] / cmd / setexpr.c
index ab76824a32bbee54690ea4302785f6aa77e43eda..e111b8ba98ad7c276621aca949ccd31ba5dc12ed 100644 (file)
@@ -8,7 +8,6 @@
  * This file provides a shell like 'expr' function to return.
  */
 
-#include <common.h>
 #include <config.h>
 #include <command.h>
 #include <ctype.h>
@@ -16,6 +15,8 @@
 #include <log.h>
 #include <malloc.h>
 #include <mapmem.h>
+#include <vsprintf.h>
+#include <linux/errno.h>
 #include <linux/sizes.h>
 #include "printf.h"
 
This page took 0.023684 seconds and 4 git commands to generate.