]> mj.ucw.cz Git - libucw.git/blobdiff - lib/realloc.c
Initial version of SQL gathering utility gsql added.
[libucw.git] / lib / realloc.c
index 3ee75aa8c3caeb983259c43b1ff19bf785e60cf5..6829c71fb46b8588832c86bb75a45695bf3df6b4 100644 (file)
@@ -1,14 +1,13 @@
 /*
  *     Sherlock Library -- Memory Re-allocation
  *
 /*
  *     Sherlock Library -- Memory Re-allocation
  *
- *     (c) 1997 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1997 Martin Mares <mj@ucw.cz>
  */
 
  */
 
-#include <stdio.h>
-#include <stdlib.h>
-
 #include "lib/lib.h"
 
 #include "lib/lib.h"
 
+#include <stdlib.h>
+
 void *
 xrealloc(void *old, uns size)
 {
 void *
 xrealloc(void *old, uns size)
 {