extmod/moducryptolib: Don't include arpa/inet.h, it's not needed.

And some ports (eg esp8266) don't have it.
This commit is contained in:
Damien George 2018-06-27 16:41:51 +10:00
parent 82bc4838d2
commit 8769a3e38c
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@
#include <assert.h>
#include <string.h>
#include <arpa/inet.h>
#include "py/runtime.h"