diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-04-18 15:38:59 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-04-18 15:38:59 +0300 |
commit | a2ce5f7a0f5abf0077e057c476440d10e5e5ef45 (patch) | |
tree | 7779f9c9d4c8e2fa7db492ae5dd5c7fd2afd8a73 /ubi-utils | |
parent | 2b3374585170131cc661e5b7308dd29e75815648 (diff) |
libubi: remove unnecessary header files
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils')
-rw-r--r-- | ubi-utils/src/libubi_int.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ubi-utils/src/libubi_int.h b/ubi-utils/src/libubi_int.h index 2e664b8..6d17d57 100644 --- a/ubi-utils/src/libubi_int.h +++ b/ubi-utils/src/libubi_int.h @@ -23,9 +23,6 @@ #ifndef __LIBUBI_INT_H__ #define __LIBUBI_INT_H__ -#include <string.h> -#include <errno.h> - #ifdef __cplusplus extern "C" { #endif |