1From bbfcc60497c326576bb23cb01d90115ef3cf6947 Mon Sep 17 00:00:00 2001 2From: Andy Shevchenko <andriy.shevchenko@linux.intel.com> 3Date: Fri, 25 Nov 2016 20:26:52 +0200 4Subject: [PATCH] Remove unneeded <uchar.h> include 5 6This fixes the build with uClibc. 7 8Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> 9--- 10 src/efibootdump.c | 1 - 11 src/eficonman.c | 1 - 12 2 files changed, 2 deletions(-) 13 14diff --git a/src/efibootdump.c b/src/efibootdump.c 15index 6ff8360..7c5a1c5 100644 16--- a/src/efibootdump.c 17+++ b/src/efibootdump.c 18@@ -19,7 +19,6 @@ 19 #include <stdint.h> 20 #include <stdio.h> 21 #include <stdlib.h> 22-#include <uchar.h> 23 #include <unistd.h> 24 25 #include "error.h" 26diff --git a/src/eficonman.c b/src/eficonman.c 27index 2c2be38..9bfae79 100644 28--- a/src/eficonman.c 29+++ b/src/eficonman.c 30@@ -17,7 +17,6 @@ 31 #include <stdint.h> 32 #include <stdio.h> 33 #include <stdlib.h> 34-#include <uchar.h> 35 #include <unistd.h> 36 37 #define _(String) gettext (String) 38-- 392.10.2 40 41