]> mj.ucw.cz Git - libucw.git/blobdiff - lib/realloc.c
Forgot to commit this one during the "search by age" changes.
[libucw.git] / lib / realloc.c
index 78c6b19b9cfa204178b5c797a397f4fb825a9446..6829c71fb46b8588832c86bb75a45695bf3df6b4 100644 (file)
@@ -1,13 +1,12 @@
 /*
  *     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.h"
+#include <stdlib.h>
 
 void *
 xrealloc(void *old, uns size)
 
 void *
 xrealloc(void *old, uns size)