Move folly/Bits.h to folly/lang/
[folly.git] / folly / test / IPAddressTest.cpp
index 02f54676ea10fb13e9483812b5b9f7461aeb1cce..23ab3c01815f0c5894862ca2bff309f3cd7323a7 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/detail/IPAddressSource.h>
+#include <folly/lang/Bits.h>
 #include <folly/portability/GMock.h>
 #include <folly/portability/GTest.h>