1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 14:15:07 +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

@ -25,7 +25,7 @@
*/
#include "SampleWidget.h"
#include <LibAudio/ABuffer.h>
#include <LibAudio/Buffer.h>
#include <LibGUI/GPainter.h>
#include <LibM/math.h>