From 57fc6eb9be4db455df2b0cf8136ab4b4d9ec2312 Mon Sep 17 00:00:00 2001 From: Marcus Nilsson Date: Sat, 17 Jul 2021 14:56:15 +0200 Subject: [PATCH] WidgetGallery: Remove unused include --- Userland/Demos/WidgetGallery/GalleryWidget.cpp | 1 - 1 file changed, 1 deletion(-) 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 #include #include -#include #include #include #include