commit | 7fea7b1a37ad2b1c1e92bd87f7c6a1877d70e579 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Sep 16 14:10:39 2017 +0900 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 04 07:55:21 2017 -0400 |
tree | 0afa89044ca7886ed52a129f108d249b74c08aae | |
parent | 39dd65a059e503883dbf16d4c00ac083d15837da [diff] |
stdio.h: move printf() stuff from <common.h> to <stdio.h> <common.h> pulls in a lot of headers. Including it from every .c file is a bad idea. We need to remove contents until it contains nothing. Move printf() and friends to <stdio.h>. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>