Userland: Rename LibSymbolClient => LibSymbolication

This commit is contained in:
Andreas Kling 2021-05-22 17:15:18 +02:00
commit d783076a30
Notes: sideshowbarker 2024-07-18 17:32:28 +09:00
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()
{