pulse-server: remove unnecessary struct member and includes

Part of !776.
This commit is contained in:
Barnabás Pőcze 2021-06-19 00:23:27 +02:00
parent 480fcbbba9
commit 0e48ae9f50
2 changed files with 8 additions and 8 deletions

View file

@ -26,14 +26,11 @@
#include "config.h"
#include <string.h>
#include <unistd.h>
#include <stdio.h>
#include <errno.h>
#include <math.h>
#include <string.h>
#include <stdio.h>
#include <time.h>
#include <sys/time.h>
#include <fcntl.h>
#include <pipewire/log.h>