summaryrefslogtreecommitdiff
path: root/Userland/Demos
diff options
context:
space:
mode:
authorMarcus Nilsson <brainbomb@gmail.com>2021-07-17 14:56:15 +0200
committerAndreas Kling <kling@serenityos.org>2021-07-17 23:30:58 +0200
commit57fc6eb9be4db455df2b0cf8136ab4b4d9ec2312 (patch)
treec4b931ff1646aec6877d054dda30aacf47d70e60 /Userland/Demos
parentb8d6c3722d2887e45d6f2128cf9fd6f2f657c0b7 (diff)
downloadserenity-57fc6eb9be4db455df2b0cf8136ab4b4d9ec2312.zip
WidgetGallery: Remove unused include
Diffstat (limited to 'Userland/Demos')
-rw-r--r--Userland/Demos/WidgetGallery/GalleryWidget.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Demos/WidgetGallery/GalleryWidget.cpp b/Userland/Demos/WidgetGallery/GalleryWidget.cpp
index 1e9c95b947..7a2eb65cc8 100644
--- a/Userland/Demos/WidgetGallery/GalleryWidget.cpp
+++ b/Userland/Demos/WidgetGallery/GalleryWidget.cpp
@@ -21,7 +21,6 @@
#include <LibGUI/InputBox.h>
#include <LibGUI/ItemListModel.h>
#include <LibGUI/MessageBox.h>
-#include <LibGUI/SeparatorWidget.h>
#include <LibGUI/SortingProxyModel.h>
#include <LibGUI/SpinBox.h>
#include <LibGUI/TabWidget.h>