From 3d4fb9a9a64b60d936e04c13fc391a274822b6b3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 16 Dec 2008 21:05:02 +0100 Subject: ls: don't include time.h ls.h does not need time.h, do not include it. --- src/ls.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ls.h') diff --git a/src/ls.h b/src/ls.h index ed0f0677f..8d5a6546a 100644 --- a/src/ls.h +++ b/src/ls.h @@ -21,8 +21,6 @@ #include "decoder_list.h" -#include - struct stat; struct client; -- cgit v1.2.3