Userland: Remove double-'#include' in date.cpp

This commit is contained in:
Ben Wiederhake 2020-05-09 05:01:23 +02:00 committed by Andreas Kling
commit eec99b23a0
Notes: sideshowbarker 2024-07-19 06:49:26 +09:00

View file

@ -26,7 +26,6 @@
#include <AK/String.h> #include <AK/String.h>
#include <LibCore/DateTime.h> #include <LibCore/DateTime.h>
#include <LibCore/DateTime.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <time.h> #include <time.h>