]> Git Repo - J-u-boot.git/blobdiff - cmd/printf.c
net: wget: integrate struct wget_info into legacy wget code
[J-u-boot.git] / cmd / printf.c
index 0c6887e0d6e983327eaaf073d20a368ba17ffd72..a1727ac15a2d8b24a753861487a8c87fbd589c49 100644 (file)
  * We try to be compatible.
  */
 
-#include <common.h>
 #include <ctype.h>
 #include <errno.h>
 #include <stddef.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <vsprintf.h>
 
 #define WANT_HEX_ESCAPES 0
 #define PRINT_CONVERSION_ERROR 1
This page took 0.024629 seconds and 4 git commands to generate.