Skip to content

Commit 7a73341

Browse files
yfeldblumfacebook-github-bot
authored andcommitted
cut dep from Expected to Optional
Summary: Expected no longer uses Optional, so remove the `#include`. Reviewed By: nlutsenko Differential Revision: D56065311 fbshipit-source-id: fa0d8473e5b7ca749f40f68a9ee76b7be121d7b7
1 parent 7b0e608 commit 7a73341

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cachelib/common/EventInterface.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
#pragma once
1818

19+
#include <folly/Optional.h>
1920
#include <folly/logging/xlog.h>
2021

2122
namespace facebook {

0 commit comments

Comments
 (0)