Summary:
I want to be able to include this in
fbobjc/xplat/folly:headers_only, but it currently pulls in a boost
header and Portability.h. Fortunately, neither of those includes are
needed.
Reviewed By: ddrcoder, yfeldblum, mhorowitz
Differential Revision:
D2880443
fb-gh-sync-id:
409561b8fb555ac3946d59cd6657c6c643b67c86
#include <type_traits>
#include <utility>
-#include <boost/operators.hpp>
-
-#include <folly/Portability.h>
-
namespace folly {
namespace detail { struct NoneHelper {}; }
*/
#include <folly/Optional.h>
+#include <folly/Portability.h>
#include <memory>
#include <vector>