]> mj.ucw.cz Git - libucw.git/commitdiff
Sorter: Ah, fixed wrong include of time.h.
authorPavel Charvat <pchar@ucw.cz>
Sun, 19 Feb 2012 11:31:19 +0000 (12:31 +0100)
committerPavel Charvat <pchar@ucw.cz>
Sun, 19 Feb 2012 11:31:19 +0000 (12:31 +0100)
ucw/sorter/s-internal.h
ucw/sorter/sorter.h

index 10d8f2fa500ea7017c61fcf9e6074c8316198129..cda744b9f0a3f96257502c30cff8c1ef1032ed9a 100644 (file)
@@ -8,7 +8,6 @@
  */
 
 #include <ucw/stkstring.h>
-#include <ucw/time.h>
 
 #ifdef SORT_INTERNAL_RADIX
 /* Keep copies of the items' hashes to save cache misses */
index 3c84c386144b33b154cb7ae8b717d67fef9330c7..766fb709f05b858258ccc940b6683f5c9419bf3c 100644 (file)
 
 #include <ucw/sorter/common.h>
 #include <ucw/fastbuf.h>
-#include <ucw/timer.h>
+#include <ucw/time.h>
 
 #include <fcntl.h>