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
parent 3874664752
commit eec99b23a0

View file

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