
29 Feb
2016
29 Feb
'16
11:25 p.m.
We should not include <common.h> in header files. Each C file should include it if needed.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Bin Meng bmeng.cn@gmail.com ---
Changes in v2: None
include/part.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/include/part.h b/include/part.h index d1e9d0f..140c9b6 100644 --- a/include/part.h +++ b/include/part.h @@ -8,7 +8,6 @@ #define _PART_H
#include <ide.h> -#include <common.h>
struct blk_desc { int if_type; /* type of the interface */
--
2.7.0.rc3.207.g0ac5344