Futex::futexWait returns FutexResult
[folly.git] / folly / test / IPAddressTest.cpp
index 02f54676ea10fb13e9483812b5b9f7461aeb1cce..c42ec1801f3646c2f3ef100e92a6cb8e2808d6e4 100644 (file)
 
 #include <string>
 
-#include <folly/BitIterator.h>
-#include <folly/Bits.h>
 #include <folly/Format.h>
 #include <folly/IPAddress.h>
 #include <folly/MacAddress.h>
 #include <folly/String.h>
+#include <folly/container/BitIterator.h>
 #include <folly/detail/IPAddressSource.h>
+#include <folly/lang/Bits.h>
 #include <folly/portability/GMock.h>
 #include <folly/portability/GTest.h>