logging: rename the `DEBUG` log level to `DBG`
[folly.git] / folly / MicroSpinLock.h
index dab80c67609ca38c34b59009a963637034e86174..8996f8c328e1016922a2881ffa6cf98efd5c2fcc 100644 (file)
@@ -45,8 +45,8 @@
 #include <type_traits>
 
 #include <folly/Portability.h>
-#include <folly/detail/Sleeper.h>
 #include <folly/lang/Align.h>
+#include <folly/synchronization/detail/Sleeper.h>
 
 namespace folly {