serenity/Userland/Libraries/LibAudio
Ben Wiederhake 6fd478b6ce Everywhere: Remove unused includes of AK/Format.h
These instances were detected by searching for files that include
AK/Format.h, but don't match the regex:

\\b(CheckedFormatString|critical_dmesgln|dbgln|dbgln_if|dmesgln|FormatBu
ilder|__FormatIfSupported|FormatIfSupported|FormatParser|FormatString|Fo
rmattable|Formatter|__format_value|HasFormatter|max_format_arguments|out
|outln|set_debug_enabled|StandardFormatter|TypeErasedFormatParams|TypeEr
asedParameter|VariadicFormatParams|v_critical_dmesgln|vdbgln|vdmesgln|vf
ormat|vout|warn|warnln|warnln_if)\\b

(Without the linebreaks.)

This regex is pessimistic, so there might be more files that don't
actually use any formatting functions.

Observe that this revealed that Userland/Libraries/LibC/signal.cpp is
missing an include.

In theory, one might use LibCPP to detect things like this
automatically, but let's do this one step after another.
2023-01-02 20:27:20 -05:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
ConnectionToServer.cpp LibAudio: Only join the background enqueuer thread if has been started 2022-12-31 00:04:34 +01:00
ConnectionToServer.h LibAudio: Expose blocking realtime enqueue to audio clients 2022-12-15 00:21:00 -07:00
FlacLoader.cpp LibCore: Rename MemoryStream to FixedMemoryStream 2022-12-15 13:28:29 +00:00
FlacLoader.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
FlacTypes.h
GenericTypes.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Loader.cpp LibAudio: Use NonnullOwnPtr to keep track of LoaderPlugin streams 2022-12-05 17:49:47 +01:00
Loader.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
LoaderError.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
MP3HuffmanTables.h
MP3Loader.cpp LibCore: Rename MemoryStream to FixedMemoryStream 2022-12-15 13:28:29 +00:00
MP3Loader.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
MP3Tables.h
MP3Types.h
Queue.h
Resampler.h LibAudio: Tolerate a file sample rate lower than the AudioServer's 2022-12-31 00:04:34 +01:00
Sample.h
SampleFormats.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SampleFormats.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
UserSampleQueue.cpp LibAudio: Prevent int overflow in the user buffer queue 2022-12-31 00:08:05 +01:00
UserSampleQueue.h Everywhere: Remove unused includes of AK/Format.h 2023-01-02 20:27:20 -05:00
WavLoader.cpp LibCore: Rename MemoryStream to FixedMemoryStream 2022-12-15 13:28:29 +00:00
WavLoader.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
WavWriter.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
WavWriter.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00