mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-03 06:47:04 -04:00
milan-avb: gptp: drop unused includes
This commit is contained in:
parent
b197ae79c5
commit
7f687cae77
1 changed files with 3 additions and 6 deletions
|
|
@ -4,19 +4,16 @@
|
||||||
/* SPDX-License-Identifier: MIT */
|
/* SPDX-License-Identifier: MIT */
|
||||||
|
|
||||||
#include "gptp.h"
|
#include "gptp.h"
|
||||||
#include "module-avb/aecp-aem.h"
|
|
||||||
#include "pipewire/properties.h"
|
|
||||||
#include "pipewire/protocol.h"
|
|
||||||
|
|
||||||
#include <asm/termbits.h> /* Definition of constants */
|
|
||||||
#include <bits/time.h>
|
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <sys/un.h>
|
#include <sys/un.h>
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
#include <pipewire/log.h>
|
#include <pipewire/log.h>
|
||||||
|
#include <pipewire/properties.h>
|
||||||
#include <spa/utils/cleanup.h>
|
#include <spa/utils/cleanup.h>
|
||||||
#include <spa/utils/hook.h>
|
#include <spa/utils/hook.h>
|
||||||
#include <time.h>
|
|
||||||
|
|
||||||
#define server_emit(s,m,v,...) spa_hook_list_call(&s->listener_list, struct server_events, m, v, ##__VA_ARGS__)
|
#define server_emit(s,m,v,...) spa_hook_list_call(&s->listener_list, struct server_events, m, v, ##__VA_ARGS__)
|
||||||
#define server_emit_gm_changed(s, n, g) server_emit(s, gm_changed, 0, n, g)
|
#define server_emit_gm_changed(s, n, g) server_emit(s, gm_changed, 0, n, g)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue