LibAudio+Piano: Correct header style

This commit is contained in:
kleines Filmröllchen 2023-03-13 14:43:51 +01:00 committed by Linus Groh
parent 7448db9940
commit e20038a04b
Notes: sideshowbarker 2024-07-16 23:55:09 +09:00
2 changed files with 2 additions and 2 deletions

View file

@ -5,9 +5,9 @@
*/
#include "ExportProgressWindow.h"
#include "LibGUI/Icon.h"
#include <AK/DeprecatedString.h>
#include <Applications/Piano/ExportProgressWidget.h>
#include <LibGUI/Icon.h>
#include <LibGUI/Label.h>
#include <LibGUI/Widget.h>
#include <LibGUI/Window.h>

View file

@ -5,9 +5,9 @@
*/
#include "MP3Loader.h"
#include "LibAudio/MP3Types.h"
#include "MP3HuffmanTables.h"
#include "MP3Tables.h"
#include "MP3Types.h"
#include <AK/FixedArray.h>
#include <LibCore/File.h>