pulse-server: move defines to the common utils.h

Previous commit was an older version that got accidentally pushed.

Improves: 3ba62287ad
This commit is contained in:
Evgeniy Khramtsov 2021-06-25 19:08:26 +03:00
parent 3ba62287ad
commit cb6dbd165a
2 changed files with 2 additions and 2 deletions

View file

@ -26,8 +26,6 @@
#define PULSE_SERVER_UTILS_H
#include <stddef.h>
#include <sys/un.h>
#include <sys/mount.h>
struct client;
struct pw_context;

View file

@ -30,6 +30,8 @@ extern "C" {
#endif
#include <string.h>
#include <sys/un.h>
#include <sys/mount.h>
#include <spa/utils/defs.h>
#include <spa/pod/pod.h>