drop dependency on stdio.h

This commit is contained in:
Yuichi Nishiwaki 2014-09-01 13:48:40 +09:00
parent 0f55478a19
commit 2a347847ae
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ extern "C" {
#include <stddef.h> #include <stddef.h>
#include <stdbool.h> #include <stdbool.h>
#include <setjmp.h> #include <setjmp.h>
#include <stdio.h>
#include <stdint.h> #include <stdint.h>
#include <limits.h> #include <limits.h>
#include <assert.h> #include <assert.h>