mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
As mentioned in 2d39da5 the usual pattern is that LibFoo provides a Foo
namespace - LibCoreDump doesn't, so this renames CoreDumpReader to
Reader and puts it in the CoreDump namespace. :^)