mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibCompress: Clean up #include directives
This change aims to improve the speed of incremental builds.
This commit is contained in:
committed by
Jelle Raaijmakers
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
@@ -9,8 +9,6 @@
|
||||
#include <AK/Assertions.h>
|
||||
#include <AK/BinarySearch.h>
|
||||
#include <AK/MemoryStream.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <LibCompress/Deflate.h>
|
||||
#include <LibCompress/Huffman.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user