private: further cleanup of private.h, sort out header includes

This commit is contained in:
George Kiagiadakis 2020-11-16 10:35:50 +02:00
parent c2221915c9
commit 94213310a3
6 changed files with 7 additions and 11 deletions

View file

@ -9,14 +9,15 @@
#ifndef __WIREPLUMBER_CORE_H__
#define __WIREPLUMBER_CORE_H__
#include <glib-object.h>
#include "object-manager.h"
#include "proxy.h"
#include <gio/gio.h>
#include "defs.h"
#include "properties.h"
G_BEGIN_DECLS
struct pw_context;
struct pw_core;
typedef struct _WpObjectManager WpObjectManager;
#define WP_TYPE_CORE (wp_core_get_type ())
WP_API

View file

@ -16,6 +16,7 @@
#include "endpoint.h"
#include "node.h"
#include "session.h"
#include "object-manager.h"
#include "error.h"
#include "wpenums.h"
#include "si-factory.h"

View file

@ -9,12 +9,11 @@
#ifndef __WIREPLUMBER_OBJECT_H__
#define __WIREPLUMBER_OBJECT_H__
#include "core.h"
#include "transition.h"
G_BEGIN_DECLS
typedef struct _WpCore WpCore;
/**
* WpObjectFeatures:
*

View file

@ -9,14 +9,9 @@
#ifndef __WIREPLUMBER_PRIVATE_H__
#define __WIREPLUMBER_PRIVATE_H__
#include "core.h"
#include "object-manager.h"
#include "props.h"
#include "proxy.h"
#include "session-item.h"
#include "spa-type.h"
#include <stdint.h>
#include <pipewire/pipewire.h>
G_BEGIN_DECLS

View file

@ -9,7 +9,6 @@
#ifndef __WIREPLUMBER_SESSION_BIN_H__
#define __WIREPLUMBER_SESSION_BIN_H__
#include "core.h"
#include "session-item.h"
#include "iterator.h"

View file

@ -14,6 +14,7 @@
#define G_LOG_DOMAIN "wp-session"
#include "session.h"
#include "object-manager.h"
#include "error.h"
#include "wpenums.h"
#include "private/impl-endpoint.h"