aboutsummaryrefslogtreecommitdiff
path: root/py/emitcommon.c
diff options
context:
space:
mode:
authorxbe <xbe@machine>2014-03-16 00:14:26 -0700
committerxbe <xbe@machine>2014-03-17 02:43:40 -0700
commitefe34223945a5d27a7ae9445d0793d6330cd2411 (patch)
tree7d3a9d2b59259696c0cf619174a55eb417b61464 /py/emitcommon.c
parentc93a22197bfdb9323fa176eca4d30f307963ce9d (diff)
py: Clean up includes.
Remove unnecessary includes. Add includes that improve portability.
Diffstat (limited to 'py/emitcommon.c')
-rw-r--r--py/emitcommon.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/py/emitcommon.c b/py/emitcommon.c
index ff6457289..f7494668e 100644
--- a/py/emitcommon.c
+++ b/py/emitcommon.c
@@ -1,7 +1,5 @@
#include <unistd.h>
-#include <stdio.h>
#include <stdint.h>
-#include <string.h>
#include <assert.h>
#include "misc.h"