mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-07 05:18:18 +02:00
private: further cleanup of private.h, sort out header includes
This commit is contained in:
parent
c2221915c9
commit
94213310a3
6 changed files with 7 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
*
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
#ifndef __WIREPLUMBER_SESSION_BIN_H__
|
||||
#define __WIREPLUMBER_SESSION_BIN_H__
|
||||
|
||||
#include "core.h"
|
||||
#include "session-item.h"
|
||||
#include "iterator.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue