1
0
Fork 0

Remove includes that are implicitely included.

This commit is contained in:
Alexander Andreev 2024-03-26 17:21:00 +04:00
parent 722baa7da3
commit 5e45b95fdf
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34
1 changed files with 0 additions and 8 deletions

View File

@ -1,11 +1,3 @@
#include <portaudio.h>
#include <sodium/core.h>
#include <sodium/crypto_box.h>
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
// #include "audio.h"
#include "crypt.h"
#include "net.h"