1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:27:45 +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

@ -24,8 +24,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <LibAudio/ABuffer.h>
#include <LibAudio/AClientConnection.h>
#include <LibAudio/Buffer.h>
#include <LibAudio/ClientConnection.h>
#include <stdio.h>
int main(int argc, char** argv)