commit | efe34223945a5d27a7ae9445d0793d6330cd2411 | [log] [tgz] |
---|---|---|
author | xbe <xbe@machine> | Sun Mar 16 00:14:26 2014 -0700 |
committer | xbe <xbe@machine> | Mon Mar 17 02:43:40 2014 -0700 |
tree | 7d3a9d2b59259696c0cf619174a55eb417b61464 | |
parent | c93a22197bfdb9323fa176eca4d30f307963ce9d [diff] [blame] |
py: Clean up includes. Remove unnecessary includes. Add includes that improve portability.
diff --git a/py/objset.c b/py/objset.c index aea107f..437bae9 100644 --- a/py/objset.c +++ b/py/objset.c
@@ -1,5 +1,4 @@ -#include <stdlib.h> -#include <stdint.h> +#include <stdbool.h> #include <string.h> #include <assert.h>