mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:27:44 +00:00
LibCrypto: Don't include <Libraries/...>
This commit is contained in:
parent
c0462c65cf
commit
d62a59d7b8
4 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include <AK/Span.h>
|
||||
#include <AK/Types.h>
|
||||
#include <Libraries/LibCrypto/Checksum/CRC32.h>
|
||||
#include <LibCrypto/Checksum/CRC32.h>
|
||||
|
||||
namespace Crypto::Checksum {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue