chiark / gitweb /
Source code reorganization:
[disorder] / lib / bits.h
index 0965cb602f044f664de5edbe3392b5951feeb106..e0f7c6289991d093833e2886588a3315aca9d0a8 100644 (file)
@@ -25,8 +25,6 @@
 #ifndef BITS_H
 #define BITS_H
 
 #ifndef BITS_H
 #define BITS_H
 
-#include <string.h>                     /* for fls() */
-
 #if HAVE_FLS
 static inline int leftmost_bit(uint32_t n) {
   return fls(n) - 1;
 #if HAVE_FLS
 static inline int leftmost_bit(uint32_t n) {
   return fls(n) - 1;