fix includes

This commit is contained in:
Wim Taymans 2019-10-25 15:01:02 +02:00
parent af73585948
commit 9ffec214b8
59 changed files with 88 additions and 25 deletions

View file

@ -29,9 +29,7 @@
extern "C" {
#endif
#include <spa/utils/defs.h>
#include <spa/pod/event.h>
#include <spa/node/node.h>
/* object id of SPA_TYPE_EVENT_Node */
enum spa_node_event {

View file

@ -30,9 +30,12 @@ extern "C" {
#endif
#include <spa/utils/defs.h>
#include <spa/utils/result.h>
#include <spa/utils/type.h>
#include <spa/utils/hook.h>
#include <spa/buffer/buffer.h>
#include <spa/node/event.h>
#include <spa/node/command.h>
/**
* A spa_node is a component that can consume and produce buffers.
@ -40,12 +43,6 @@ extern "C" {
#define SPA_VERSION_NODE 0
struct spa_node { struct spa_interface iface; };
#include <spa/support/plugin.h>
#include <spa/buffer/buffer.h>
#include <spa/node/event.h>
#include <spa/node/command.h>
/**
* Node information structure
*