]> mj.ucw.cz Git - libucw.git/blobdiff - lib/lists.c
Merged obj2buck.h and buck2obj.h to object.h, the number of includes
[libucw.git] / lib / lists.c
index 8f4f0b4bc97bb5c7313db9b1de7674b923ef4069..fa1613be21af41ce7e0bdaf07f3ba587241056d6 100644 (file)
@@ -1,13 +1,16 @@
 /*
  *     Sherlock Library -- Linked Lists
  *
- *     (c) 1997--1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1997--1999 Martin Mares <mj@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
-#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)