ls: don't include time.h

ls.h does not need time.h, do not include it.
This commit is contained in:
Max Kellermann 2008-12-16 21:05:02 +01:00
parent 88ab54d3d4
commit 3d4fb9a9a6

View File

@ -21,8 +21,6 @@
#include "decoder_list.h"
#include <sys/time.h>
struct stat;
struct client;