Add TimedDrivableExecutor to folly.
[folly.git] / folly / executors / ThreadedExecutor.h
index 81c5fca80e80c270ce96cdaeea13381cc5d4219d..2cba2e0a5ef991738aa87874b079840853f07b4c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2017-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@
 #include <thread>
 
 #include <folly/Executor.h>
-#include <folly/executors/ThreadFactory.h>
+#include <folly/executors/thread_factory/ThreadFactory.h>
 
 namespace folly {
 
@@ -96,4 +96,4 @@ class ThreadedExecutor : public virtual folly::Executor {
   std::mutex finishedm_;
   std::deque<std::thread::id> finished_;
 };
-}
+} // namespace folly