py: the entire `<unistd.h>` shouldn't be needed

pull/471/head
Ilya Dmitrichenko 2014-04-12 16:44:32 +01:00
rodzic 82c7b1b1d5
commit 5630b01920
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
#include <unistd.h>
#include <string.h>
#include <stdint.h>
#include <assert.h>

Wyświetl plik

@ -1,4 +1,4 @@
#include <unistd.h>
#include <string.h>
#include "nlr.h"
#include "misc.h"