mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:27:43 +00:00
LibAudio+Piano: Correct header style
This commit is contained in:
parent
7448db9940
commit
e20038a04b
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…
Add table
Add a link
Reference in a new issue