libubigen: remove unnecessary include
authorBastian Germann <bastiangermann@fishpost.de>
Wed, 29 Jan 2020 18:50:12 +0000 (19:50 +0100)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Thu, 30 Jan 2020 10:23:02 +0000 (11:23 +0100)
libubigen.h does not use any symbol from mtd/ubi-media.h,
so remove it from includes.

Signed-off-by: Bastian Germann <bastiangermann@fishpost.de>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
include/libubigen.h

index c25ac20fbdc2696d9a1e80c1d15b29a8c956e63d..48d2fad651b442cd7d250270c8daba1809e01020 100644 (file)
@@ -26,7 +26,6 @@
 #define __LIBUBIGEN_H__
 
 #include <stdint.h>
-#include <mtd/ubi-media.h>
 
 #ifdef __cplusplus
 extern "C" {