An include messup was cleaned.
This commit is contained in:
parent
3b68835c9c
commit
e4b388f554
@ -1,8 +1,7 @@
|
|||||||
#include "audio.h"
|
#include "audio.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
int audio_init(audio_t *aud, int channels, int sample_rate, int frame_size) {
|
int audio_init(audio_t *aud, int channels, int sample_rate, int frame_size) {
|
||||||
PaError pa_err;
|
PaError pa_err;
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
#ifndef _AUDIO_H_
|
#ifndef _AUDIO_H_
|
||||||
#define _AUDIO_H_
|
#define _AUDIO_H_
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
|
|
||||||
#include <opus/opus.h>
|
#include <opus/opus.h>
|
||||||
#include <portaudio.h>
|
#include <portaudio.h>
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
#include "crypt.h"
|
#include "crypt.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
int crypt_key_gen(crypt_key_t *const k) {
|
int crypt_key_gen(crypt_key_t *const k) {
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#ifndef _CRYPT_H_
|
#ifndef _CRYPT_H_
|
||||||
#define _CRYPT_H_
|
#define _CRYPT_H_
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#include <sodium.h>
|
#include <sodium.h>
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#include <sodium/utils.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user