]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/sorter/govern.c
Doc: Documented growing arrays, generic allocators and related things
[libucw.git] / ucw / sorter / govern.c
index b54d0786b3c03a550ad788c9aacebd0612c2466a..4fe95337208b463e60921f554ee87279497a599b 100644 (file)
@@ -7,11 +7,12 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/fastbuf.h"
-#include "ucw/mempool.h"
-#include "ucw/stkstring.h"
-#include "ucw/sorter/common.h"
+#include <ucw/lib.h>
+#include <ucw/fastbuf.h>
+#include <ucw/mempool.h>
+#include <ucw/stkstring.h>
+#include <ucw/time.h>
+#include <ucw/sorter/common.h>
 
 #include <string.h>
 #include <sys/time.h>