From e20038a04b7182b1ab2092fe9ec9881ddf92c718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kleines=20Filmr=C3=B6llchen?= Date: Mon, 13 Mar 2023 14:43:51 +0100 Subject: [PATCH] LibAudio+Piano: Correct header style --- Userland/Applications/Piano/ExportProgressWindow.cpp | 2 +- Userland/Libraries/LibAudio/MP3Loader.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Userland/Applications/Piano/ExportProgressWindow.cpp b/Userland/Applications/Piano/ExportProgressWindow.cpp index 77d8e491f9..3716e9f847 100644 --- a/Userland/Applications/Piano/ExportProgressWindow.cpp +++ b/Userland/Applications/Piano/ExportProgressWindow.cpp @@ -5,9 +5,9 @@ */ #include "ExportProgressWindow.h" -#include "LibGUI/Icon.h" #include #include +#include #include #include #include diff --git a/Userland/Libraries/LibAudio/MP3Loader.cpp b/Userland/Libraries/LibAudio/MP3Loader.cpp index da819297f1..33af341fdc 100644 --- a/Userland/Libraries/LibAudio/MP3Loader.cpp +++ b/Userland/Libraries/LibAudio/MP3Loader.cpp @@ -5,9 +5,9 @@ */ #include "MP3Loader.h" -#include "LibAudio/MP3Types.h" #include "MP3HuffmanTables.h" #include "MP3Tables.h" +#include "MP3Types.h" #include #include