mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-25 01:40:36 -05:00
module-avb: aecp-aem: move type into their own dedicated header file
This commit is contained in:
parent
2f83c5dab5
commit
86168ab1e2
4 changed files with 14 additions and 99 deletions
|
|
@ -5,12 +5,15 @@
|
|||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdbool.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "../aecp.h"
|
||||
#include "../aecp-aem.h"
|
||||
#include "../aecp-aem-state.h"
|
||||
#include "../descriptors.h"
|
||||
#include "../aecp-aem-descriptors.h"
|
||||
#include "../aecp-aem-types.h"
|
||||
|
||||
#include "cmd-resp-types.h"
|
||||
#include "cmd-lock-entity.h"
|
||||
#include "cmd-resp-helpers.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue