commit | 5e882e959011770944db44c25cef00d781c196e5 | [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 | 075ce49e5d435313f0fd373b24d8b8546ca9de91 [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>