diff options
Diffstat (limited to 'py/showbc.c')
-rw-r--r-- | py/showbc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/py/showbc.c b/py/showbc.c index 609048e8f6..bc81086c7d 100644 --- a/py/showbc.c +++ b/py/showbc.c @@ -1,7 +1,4 @@ -#include <stdint.h> -#include <stdlib.h> #include <stdio.h> -#include <string.h> #include <assert.h> #include "misc.h" |