]> mj.ucw.cz Git - libucw.git/blobdiff - lib/alloc.c
Add sh_time_t type.
[libucw.git] / lib / alloc.c
index 127e63cabfcd4ead9b62e5d4206b3e4aa63aee1f..bec45d9b590f691050aa7722cc746af63c91c640 100644 (file)
@@ -1,14 +1,13 @@
 /*
  *     Sherlock Library -- Memory Allocation
  *
- *     (c) 1997 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 2000 Martin Mares <mj@ucw.cz>
  */
 
-#include <stdio.h>
-#include <stdlib.h>
-
 #include "lib/lib.h"
 
+#include <stdlib.h>
+
 void *
 xmalloc(uns size)
 {