From 481922f14a4801bd5abfb90705ebcaf76bd90df8 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 29 Feb 2016 15:25:38 -0700 Subject: dm: part: Drop the common.h header We should not include in header files. Each C file should include it if needed. Signed-off-by: Simon Glass Reviewed-by: Bin Meng Tested-by: Stephen Warren --- include/part.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/part.h b/include/part.h index d1e9d0fcf9..140c9b6a45 100644 --- a/include/part.h +++ b/include/part.h @@ -8,7 +8,6 @@ #define _PART_H #include -#include struct blk_desc { int if_type; /* type of the interface */ -- cgit v1.2.1