common: Drop part.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2020-05-18 17:33:33 -04:00
committed by Tom Rini
parent 0528979fa7
commit e6f6f9e648
97 changed files with 142 additions and 10 deletions
+2
View File
@@ -19,10 +19,12 @@
*/
#include <common.h>
#include <blk.h>
#include <ext_common.h>
#include <ext4fs.h>
#include <malloc.h>
#include <memalign.h>
#include <part.h>
#include <stddef.h>
#include <linux/stat.h>
#include <linux/time.h>
+1
View File
@@ -14,6 +14,7 @@
*/
#include <common.h>
#include <blk.h>
#include <ext4fs.h>
#include <malloc.h>
#include <ext_common.h>
+2
View File
@@ -22,8 +22,10 @@
#include <common.h>
#include <blk.h>
#include <malloc.h>
#include <memalign.h>
#include <part.h>
#include <linux/stat.h>
#include <div64.h>
#include "ext4_common.h"
+2
View File
@@ -21,11 +21,13 @@
*/
#include <common.h>
#include <blk.h>
#include <ext_common.h>
#include <ext4fs.h>
#include "ext4_common.h"
#include <div64.h>
#include <malloc.h>
#include <part.h>
#include <uuid.h>
int ext4fs_symlinknest;