don't include stdio

This commit is contained in:
Wim Taymans 2017-09-29 13:39:26 +02:00
parent 4fb97f78f7
commit acfdc63f26
2 changed files with 0 additions and 3 deletions

View file

@ -24,8 +24,6 @@
extern "C" { extern "C" {
#endif #endif
#include <stdio.h>
#include <spa/defs.h> #include <spa/defs.h>
#include <spa/list.h> #include <spa/list.h>
#include <spa/node.h> #include <spa/node.h>

View file

@ -25,7 +25,6 @@ extern "C" {
#endif #endif
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h>
#include <spa/pod-iter.h> #include <spa/pod-iter.h>
#ifndef SPA_POD_MAX_LEVEL #ifndef SPA_POD_MAX_LEVEL