mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
LibAudio+Piano: Correct header style
This commit is contained in:
parent
7448db9940
commit
e20038a04b
Notes:
sideshowbarker
2024-07-16 23:55:09 +09:00
Author: https://github.com/kleinesfilmroellchen Commit: https://github.com/SerenityOS/serenity/commit/e20038a04b Pull-request: https://github.com/SerenityOS/serenity/pull/17837 Reviewed-by: https://github.com/trflynn89 ✅
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue