diff options
| author | Paul Sokolovsky | 2015-10-20 17:41:59 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2015-10-20 17:41:59 +0300 |
| commit | d19e4f0ba4df487b4ebd36b5fe6a16e68c0afe77 (patch) | |
| tree | 47e60d4783535e2f7d867479a6d2f8c248b10be9 /extmod | |
| parent | f961456b29a6ca2bd386a672d2ea2782c925c72f (diff) | |
extmod/modussl: Remove unused header.
Diffstat (limited to 'extmod')
| -rw-r--r-- | extmod/modussl.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |
