mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
LibCompress: Clean up #include directives
This change aims to improve the speed of incremental builds.
This commit is contained in:
parent
b99a3ec2df
commit
d0c0db5bb3
Notes:
github-actions[bot]
2024-11-20 14:18:25 +00:00
Author: https://github.com/shlyakpavel Commit: https://github.com/LadybirdBrowser/ladybird/commit/d0c0db5bb3b Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2445
2 changed files with 0 additions and 5 deletions
|
@ -9,8 +9,6 @@
|
||||||
#include <AK/Assertions.h>
|
#include <AK/Assertions.h>
|
||||||
#include <AK/BinarySearch.h>
|
#include <AK/BinarySearch.h>
|
||||||
#include <AK/MemoryStream.h>
|
#include <AK/MemoryStream.h>
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
#include <LibCompress/Deflate.h>
|
#include <LibCompress/Deflate.h>
|
||||||
#include <LibCompress/Huffman.h>
|
#include <LibCompress/Huffman.h>
|
||||||
|
|
||||||
|
|
|
@ -11,9 +11,6 @@
|
||||||
#include <AK/MemoryStream.h>
|
#include <AK/MemoryStream.h>
|
||||||
#include <AK/String.h>
|
#include <AK/String.h>
|
||||||
#include <LibCore/DateTime.h>
|
#include <LibCore/DateTime.h>
|
||||||
#include <LibCore/File.h>
|
|
||||||
#include <LibCore/MappedFile.h>
|
|
||||||
#include <LibCore/System.h>
|
|
||||||
|
|
||||||
namespace Compress {
|
namespace Compress {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue