Commit e372e3d3 authored by James Sedgwick's avatar James Sedgwick Committed by Facebook Github Bot

move Partial to functional/

Summary: as above

Reviewed By: ngoyal

Differential Revision: D6087941

fbshipit-source-id: 948ff4f2faa87dd34f87d14ea01c83335f850a27
parent d7ea6b71
......@@ -205,6 +205,7 @@ nobase_follyinclude_HEADERS = \
Format.h \
Format-inl.h \
functional/Invoke.h \
functional/Partial.h \
futures/Barrier.h \
futures/Future-pre.h \
futures/helpers.h \
......@@ -341,7 +342,6 @@ nobase_follyinclude_HEADERS = \
Overload.h \
PackedSyncPtr.h \
Padded.h \
Partial.h \
PicoSpinLock.h \
Portability.h \
portability/Asm.h \
......
......@@ -17,7 +17,7 @@
#include <memory>
#include <folly/Function.h>
#include <folly/Partial.h>
#include <folly/functional/Partial.h>
#include <folly/portability/GTest.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