1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-07 08:37:34 +00:00

Userland: Rename LibSymbolClient => LibSymbolication

This commit is contained in:
Andreas Kling 2021-05-22 17:15:18 +02:00
parent 21cd278b8a
commit d783076a30
8 changed files with 8 additions and 8 deletions

View file

@ -9,7 +9,7 @@
#include <LibCore/File.h>
#include <LibCore/Timer.h>
#include <LibGUI/BoxLayout.h>
#include <LibSymbolClient/Client.h>
#include <LibSymbolication/Client.h>
ThreadStackWidget::ThreadStackWidget()
{