diff options
| author | xbe | 2014-03-16 00:14:26 -0700 |
|---|---|---|
| committer | xbe | 2014-03-17 02:43:40 -0700 |
| commit | efe34223945a5d27a7ae9445d0793d6330cd2411 (patch) | |
| tree | 7d3a9d2b59259696c0cf619174a55eb417b61464 /py/emitinlinethumb.c | |
| parent | c93a22197bfdb9323fa176eca4d30f307963ce9d (diff) | |
py: Clean up includes.
Remove unnecessary includes. Add includes that improve portability.
Diffstat (limited to 'py/emitinlinethumb.c')
| -rw-r--r-- | py/emitinlinethumb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/emitinlinethumb.c b/py/emitinlinethumb.c index 675ed1efc..55af97f83 100644 --- a/py/emitinlinethumb.c +++ b/py/emitinlinethumb.c @@ -1,5 +1,3 @@ -#include <unistd.h> -#include <stdlib.h> #include <stdint.h> #include <stdio.h> #include <string.h> |
