]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/bit-fls.c
Opt: Make OPT_LAST_ARG actually work and document interface of opt_parse()
[libucw.git] / ucw / bit-fls.c
index ef38df30133ea0395b6b15dddbb7b32d13eff5e1..9a2fe435e344a6b49f2d97978d8fed7f8f973123 100644 (file)
@@ -7,8 +7,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/bitops.h"
+#include <ucw/lib.h>
+#include <ucw/bitops.h>
 
 int
 bit_fls(u32 x)