From eec99b23a0234d309ccecdb2baa6fff97526a6e9 Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Sat, 9 May 2020 05:01:23 +0200 Subject: [PATCH] Userland: Remove double-'#include' in date.cpp --- Userland/date.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Userland/date.cpp b/Userland/date.cpp index 933e939c38..ac7efdccac 100644 --- a/Userland/date.cpp +++ b/Userland/date.cpp @@ -26,7 +26,6 @@ #include #include -#include #include #include #include