X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Favl_tree.h;h=e2e2227070a50eefe1d2a2538ee8ece53c92dc4a;hb=f8223526610a6ed9410ed6ce2e704ef15ab8cade;hp=a5d2511aecf66d89d3577951491cf19c3967d2cc;hpb=d1bfffba93b1d841e243c923e739e0e39ee692f2;p=wimlib diff --git a/include/wimlib/avl_tree.h b/include/wimlib/avl_tree.h index a5d2511a..e2e22270 100644 --- a/include/wimlib/avl_tree.h +++ b/include/wimlib/avl_tree.h @@ -7,8 +7,8 @@ * Author: Eric Biggers * Year: 2014 * - * This file is placed into the public domain. You can do whatever you want - * with it. + * The author dedicates this file to the public domain. + * You can do whatever you want with this file. */ #ifndef _AVL_TREE_H_ @@ -16,7 +16,7 @@ #include #include -#include /* for uintptr_t */ +#include /* for uintptr_t */ #ifdef __GNUC__ # define AVL_INLINE inline __attribute__((always_inline))