Removed duplicated includes

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
This commit is contained in:
Andrea Gelmini 2021-04-30 18:16:25 +02:00
parent 7145b2becf
commit 36ebbfa71c
No known key found for this signature in database
GPG key ID: A4309075F05960F6
7 changed files with 0 additions and 13 deletions

View file

@ -60,15 +60,12 @@ static const struct spa_dict_item module_props[] = {
{ PW_KEY_MODULE_VERSION, PACKAGE_VERSION },
};
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
#include <getopt.h>
#include <limits.h>
#include <math.h>
#include <spa/utils/result.h>
#include <spa/pod/builder.h>
#include <spa/param/audio/format-utils.h>
#include <spa/param/audio/raw.h>