Commit 4ffe3aae authored by Aaryaman Sagar's avatar Aaryaman Sagar Committed by Facebook Github Bot

Remove unused dependency on optional from ParkingLot

Summary: as title

Reviewed By: yfeldblum

Differential Revision: D14476923

fbshipit-source-id: 5ce16adb2402720b16acd12ab0003c1e93395f6c
parent 59040e44
......@@ -21,7 +21,6 @@
#include <folly/Hash.h>
#include <folly/Indestructible.h>
#include <folly/Optional.h>
#include <folly/Portability.h>
#include <folly/Unit.h>
#include <folly/lang/SafeAssert.h>
......
......@@ -14,6 +14,8 @@
* limitations under the License.
*/
#include <folly/synchronization/AtomicNotification.h>
#include <folly/Optional.h>
#include <folly/portability/GTest.h>
#include <thread>
......
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