1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:58:12 +00:00

LibAudio: Remove leading A from filenames

This commit is contained in:
Andreas Kling 2020-02-06 15:18:03 +01:00
parent 258d798b34
commit 97edc82a26
15 changed files with 20 additions and 20 deletions

View file

@ -28,7 +28,7 @@
#include "ASMixer.h"
#include "AudioClientEndpoint.h"
#include <AK/SharedBuffer.h>
#include <LibAudio/ABuffer.h>
#include <LibAudio/Buffer.h>
#include <LibCore/EventLoop.h>
#include <errno.h>
#include <stdio.h>