]> mj.ucw.cz Git - libucw.git/blobdiff - lib/alloc_str.c
Added secondary sorting (i.e., breaking ties when two documents have the same Q)
[libucw.git] / lib / alloc_str.c
index 0153887e252bcd001a633d7ff5f98e70e626914a..baf5f5adf94cfc844da495e49de1b95dd6055e58 100644 (file)
@@ -1,14 +1,13 @@
 /*
  *     Sherlock Library -- String Allocation
  *
- *     (c) 1997 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1997 Martin Mares <mj@ucw.cz>
  */
 
-#include <stdio.h>
-#include <string.h>
-
 #include "lib/lib.h"
 
+#include <string.h>
+
 byte *
 stralloc(byte *s)
 {