mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:17:34 +00:00
Services: Remove unused header includes
This commit is contained in:
parent
18d6f9ed5c
commit
808aa31353
23 changed files with 1 additions and 44 deletions
|
@ -8,12 +8,6 @@
|
|||
#include "Mixer.h"
|
||||
#include <AudioServer/AudioClientEndpoint.h>
|
||||
#include <LibAudio/Buffer.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/uio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
namespace AudioServer {
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#include <AudioServer/ClientConnection.h>
|
||||
#include <AudioServer/Mixer.h>
|
||||
#include <pthread.h>
|
||||
#include <strings.h>
|
||||
|
||||
namespace AudioServer {
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
*/
|
||||
|
||||
#include "Mixer.h"
|
||||
#include <LibCore/File.h>
|
||||
#include <LibCore/LocalServer.h>
|
||||
|
||||
int main(int, char**)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue