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>