summary refs log tree commit diff
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-07-24 09:16:58 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-07-29 21:07:52 -0400
commit9c7bde22d10eef049c4fc267b3149db1b2f22343 (patch)
tree33c65c433b62e3ce8b65dff4924c0acb28f01c76
parentRemove Avatar class (diff)
downloadnheko-9c7bde22d10eef049c4fc267b3149db1b2f22343.tar.xz
Remove unused headers
Why didn't I see these earlier?
-rw-r--r--src/MemberList.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/MemberList.cpp b/src/MemberList.cpp
index fb4f5ac2..196647fe 100644
--- a/src/MemberList.cpp
+++ b/src/MemberList.cpp
@@ -2,16 +2,6 @@
 //
 // SPDX-License-Identifier: GPL-3.0-or-later
 
-#include <QAbstractSlider>
-#include <QLabel>
-#include <QListWidgetItem>
-#include <QPainter>
-#include <QPushButton>
-#include <QScrollBar>
-#include <QShortcut>
-#include <QStyleOption>
-#include <QVBoxLayout>
-
 #include "MemberList.h"
 
 #include "Cache.h"