mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-08 16:12:23 +02:00
A lot of places were relying on AK/Traits.h to give it strnlen, memcmp, memcpy and other related declarations. In the quest to remove inclusion of LibC headers from Kernel files, deal with all the fallout of this included-everywhere header including less things.