Commit 18b002f6 authored by Orvid King's avatar Orvid King Committed by Facebook Github Bot

Split targets and move them into the right places

Summary:
They were bugging me so I brought out my tools and hit things with a stick until they were in the right place.
I then proceeded to hit them with more sticks until autodeps worked, due to a few references to experimental headers which aren't in GCC 5.

Reviewed By: kirkshoop

Differential Revision: D10443067

fbshipit-source-id: 81b4a895c5ca06d22c74ede6cd2a474457df22ab
parent dea4f330
......@@ -7,7 +7,7 @@
// LICENSE file in the root directory of this source tree.
#if __cpp_lib_optional >= 201606
#include <optional>
#include <optional> // @manual
#endif
#include <type_traits>
......
......@@ -5,7 +5,7 @@
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
#include <folly/experimental/thread_pool>
#include <experimental/thread_pool> // @manual
#include <folly/experimental/pushmi/executor.h>
#include <folly/experimental/pushmi/trampoline.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment