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

And some ports (eg esp8266) don't have it.
pull/3882/merge
Damien George 2018-06-27 16:41:51 +10:00
rodzic 82bc4838d2
commit 8769a3e38c
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

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