From 5de81f1debc4341fb3af4e756b0a18e196d5ba13 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Sun, 19 Feb 2012 12:31:19 +0100 Subject: [PATCH] Sorter: Ah, fixed wrong include of time.h. --- ucw/sorter/s-internal.h | 1 - ucw/sorter/sorter.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.5