No need for a wrapping structure for posixTimeToDuration
[folly.git] / folly / executors / ThreadedExecutor.cpp
index d75e82b6b719838de91b22c28740338cf3da1eab..7578f546d628683afb94b2a41163c444cb6f8132 100644 (file)
@@ -20,8 +20,8 @@
 
 #include <glog/logging.h>
 
-#include <folly/ThreadName.h>
-#include <folly/executors/NamedThreadFactory.h>
+#include <folly/executors/thread_factory/NamedThreadFactory.h>
+#include <folly/system/ThreadName.h>
 
 namespace folly {
 
@@ -108,4 +108,4 @@ bool ThreadedExecutor::controlPerformAll() {
   controlLaunchEnqueuedTasks();
   return !stopping || !running_.empty();
 }
-}
+} // namespace folly