mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-15 18:32:18 +08:00
fix header's include order
This commit is contained in:
parent
9a6151d3fc
commit
6e10a8abf1
@ -18,13 +18,14 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
|
||||||
|
#include "flow/flow.h"
|
||||||
|
#include "flow/network.h"
|
||||||
#include "flow/ThreadHelper.actor.h"
|
#include "flow/ThreadHelper.actor.h"
|
||||||
#include "flow/Error.h"
|
#include "flow/Error.h"
|
||||||
#include "flow/UnitTest.h"
|
#include "flow/UnitTest.h"
|
||||||
#include "flow/actorcompiler.h" // This must be the last #include.
|
#include "flow/actorcompiler.h" // This must be the last #include.
|
||||||
#include "flow/flow.h"
|
|
||||||
#include "flow/network.h"
|
|
||||||
#include <string>
|
|
||||||
|
|
||||||
ThreadCallback* ThreadCallback::addCallback(ThreadCallback* cb) {
|
ThreadCallback* ThreadCallback::addCallback(ThreadCallback* cb) {
|
||||||
return (new ThreadMultiCallback())->addCallback(this)->addCallback(cb);
|
return (new ThreadMultiCallback())->addCallback(this)->addCallback(cb);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user