wireplumber/lib/wp/wp.h

18 lines
349 B
C
Raw Normal View History

2019-04-03 18:31:05 +03:00
/* WirePlumber
*
* Copyright © 2019 Collabora Ltd.
* @author George Kiagiadakis <george.kiagiadakis@collabora.com>
*
2019-05-31 12:13:01 +03:00
* SPDX-License-Identifier: MIT
*/
2019-04-03 18:31:05 +03:00
#include "core.h"
#include "endpoint.h"
#include "error.h"
#include "factory.h"
#include "module.h"
#include "policy.h"
2019-06-10 15:07:54 -04:00
#include "proxy.h"
#include "proxy-node.h"
#include "proxy-port.h"