1From 19a3e590c97420bd3952301bf376067c75d0ee32 Mon Sep 17 00:00:00 2001 2From: Khem Raj <raj.khem@gmail.com> 3Date: Mon, 18 Sep 2017 23:45:54 -0700 4Subject: [PATCH] mips/plt.c: Delete include error.h 5 6Its not needed 7 8Signed-off-by: Khem Raj <raj.khem@gmail.com> 9--- 10 sysdeps/linux-gnu/mips/plt.c | 1 - 11 1 file changed, 1 deletion(-) 12 13diff --git a/sysdeps/linux-gnu/mips/plt.c b/sysdeps/linux-gnu/mips/plt.c 14index 2d85ad9..9c3ae2f 100644 15--- a/sysdeps/linux-gnu/mips/plt.c 16+++ b/sysdeps/linux-gnu/mips/plt.c 17@@ -24,7 +24,6 @@ 18 19 #include <sys/ptrace.h> 20 #include <errno.h> 21-#include <error.h> 22 #include <gelf.h> 23 #include <inttypes.h> 24 #include <string.h> 25-- 262.14.1 27 28