summaryrefslogtreecommitdiff
path: root/Userland/Applications/SystemMonitor/ThreadStackWidget.cpp
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-05-22 18:41:11 +0200
committerAndreas Kling <kling@serenityos.org>2021-05-22 18:54:22 +0200
commit5d6252b29e47d0692f6f8155fa86452627d1832e (patch)
tree720b2f45d5f44d7626b1f8b1de5136d2f311f218 /Userland/Applications/SystemMonitor/ThreadStackWidget.cpp
parentb00b9e699cca08946cb3a884f222cc03fd25e720 (diff)
downloadserenity-5d6252b29e47d0692f6f8155fa86452627d1832e.zip
LibSymbolication: Rename Client.{cpp,h} => Symbolication.{cpp,h}
Diffstat (limited to 'Userland/Applications/SystemMonitor/ThreadStackWidget.cpp')
-rw-r--r--Userland/Applications/SystemMonitor/ThreadStackWidget.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Userland/Applications/SystemMonitor/ThreadStackWidget.cpp b/Userland/Applications/SystemMonitor/ThreadStackWidget.cpp
index ddef47903b..eb07a28b7f 100644
--- a/Userland/Applications/SystemMonitor/ThreadStackWidget.cpp
+++ b/Userland/Applications/SystemMonitor/ThreadStackWidget.cpp
@@ -6,10 +6,9 @@
#include "ThreadStackWidget.h"
#include <AK/ByteBuffer.h>
-#include <LibCore/File.h>
#include <LibCore/Timer.h>
#include <LibGUI/BoxLayout.h>
-#include <LibSymbolication/Client.h>
+#include <LibSymbolication/Symbolication.h>
ThreadStackWidget::ThreadStackWidget()
{