From d19e4f0ba4df487b4ebd36b5fe6a16e68c0afe77 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky <pfalcon@users.sourceforge.net> Date: Tue, 20 Oct 2015 17:41:59 +0300 Subject: [PATCH] extmod/modussl: Remove unused header. --- extmod/modussl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/extmod/modussl.c b/extmod/modussl.c index 97dd391ee..5e18faa57 100644 --- a/extmod/modussl.c +++ b/extmod/modussl.c @@ -26,7 +26,6 @@ #include <stdio.h> #include <string.h> -#include <sys/types.h> #include "py/nlr.h" #include "py/runtime.h" -- GitLab