From: Pavel Charvat Date: Sun, 19 Feb 2012 11:31:19 +0000 (+0100) Subject: Sorter: Ah, fixed wrong include of time.h. X-Git-Tag: v5.0~13 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=5de81f1debc4341fb3af4e756b0a18e196d5ba13;p=libucw.git Sorter: Ah, fixed wrong include of time.h. --- diff --git a/ucw/sorter/s-internal.h b/ucw/sorter/s-internal.h index 10d8f2fa..cda744b9 100644 --- a/ucw/sorter/s-internal.h +++ b/ucw/sorter/s-internal.h @@ -8,7 +8,6 @@ */ #include -#include #ifdef SORT_INTERNAL_RADIX /* Keep copies of the items' hashes to save cache misses */ diff --git a/ucw/sorter/sorter.h b/ucw/sorter/sorter.h index 3c84c386..766fb709 100644 --- a/ucw/sorter/sorter.h +++ b/ucw/sorter/sorter.h @@ -116,7 +116,7 @@ #include #include -#include +#include #include