From 41f7ff3ea8b838ee29b2d59fcbc69012d1686980 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 6 Jul 2014 16:10:34 +0200 Subject: [PATCH] library: remove unused includes in nsutils.c The include breaks building on platforms without that header and is unused in nsutils.c. Also remove unused but harmless include. --- lib/nsutils.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/nsutils.c b/lib/nsutils.c index 8c74754f..5dcd8348 100644 --- a/lib/nsutils.c +++ b/lib/nsutils.c @@ -1,6 +1,4 @@ #include -#include -#include #include #include #include