]> mj.ucw.cz Git - libucw.git/blobdiff - lib/lists.c
Introduced SKIP_TAGGED_CHAR.
[libucw.git] / lib / lists.c
index 8f4f0b4bc97bb5c7313db9b1de7674b923ef4069..eb9967b538f5b18f9dc4f2eaafda0078e6a49a4e 100644 (file)
@@ -1,13 +1,13 @@
 /*
  *     Sherlock Library -- Linked Lists
  *
- *     (c) 1997--1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1997--1999 Martin Mares <mj@ucw.cz>
  */
 
-#include <stdio.h>
+#include "lib/lib.h"
 
 #define _SHERLOCK_LISTS_C
-#include "lists.h"
+#include "lib/lists.h"
 
 LIST_INLINE void
 add_tail(list *l, node *n)