link: improve debug

This commit is contained in:
Wim Taymans 2018-08-15 13:15:54 +02:00
parent cc1062933b
commit c6f701588f

View file

@ -24,9 +24,6 @@
#include <spa/pod/parser.h>
#include <spa/pod/compare.h>
#include <spa/param/param.h>
#include <spa/debug/node.h>
#include <spa/debug/pod.h>
#include <spa/debug/format.h>
#include "private.h"
#include "pipewire.h"
@ -34,6 +31,11 @@
#include "link.h"
#include "work-queue.h"
#undef spa_debug
#include <spa/debug/node.h>
#include <spa/debug/pod.h>
#include <spa/debug/format.h>
#define MAX_BUFFERS 16
/** \cond */