mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:37:35 +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 "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