1
0
Fork 0

An include messup was cleaned.

This commit is contained in:
Alexander Andreev 2024-03-24 05:06:13 +04:00
parent 3b68835c9c
commit e4b388f554
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34
5 changed files with 1 additions and 8 deletions

View File

@ -1,8 +1,7 @@
#include "audio.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
int audio_init(audio_t *aud, int channels, int sample_rate, int frame_size) {
PaError pa_err;

View File

@ -1,9 +1,6 @@
#ifndef _AUDIO_H_
#define _AUDIO_H_
#include <stdint.h>
#include <stdlib.h>
#include <opus/opus.h>
#include <portaudio.h>

View File

@ -1,6 +1,5 @@
#include "crypt.h"
#include <stdlib.h>
#include <string.h>
int crypt_key_gen(crypt_key_t *const k) {

View File

@ -1,7 +1,6 @@
#ifndef _CRYPT_H_
#define _CRYPT_H_
#include <stdio.h>
#include <stdbool.h>
#include <sodium.h>

View File

@ -1,4 +1,3 @@
#include <sodium/utils.h>
#include <stdio.h>
#include <string.h>