iterator: make private stuff public, cleanup private.h further

There is no good reason to keep them private
This commit is contained in:
George Kiagiadakis
2020-11-15 20:23:48 +02:00
parent 91472c51e9
commit 37134df7c8
13 changed files with 53 additions and 29 deletions

View File

@@ -41,7 +41,8 @@
#include "object-manager.h"
#include "debug.h"
#include "private.h"
#include "private/registry.h"
#include <pipewire/pipewire.h>
/* WpObjectManager */