X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Ftest%2FDeterministicSchedule.h;h=a9b1ca5d9997c6dbdb92e0ec5cf728269bcf9a6a;hp=8f1f428311c8f0680ef2e06684deb30a1dfd1be0;hb=b67b22f4e27773e2e2c155a3629ff8d468bb1286;hpb=05ce52289b0ec8f525a92d6d1955301d0b77c0a7 diff --git a/folly/test/DeterministicSchedule.h b/folly/test/DeterministicSchedule.h index 8f1f4283..a9b1ca5d 100644 --- a/folly/test/DeterministicSchedule.h +++ b/folly/test/DeterministicSchedule.h @@ -1,5 +1,5 @@ /* - * Copyright 2017 Facebook, Inc. + * Copyright 2013-present Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,9 +29,9 @@ #include #include -#include #include #include +#include namespace folly { namespace test { @@ -482,8 +482,8 @@ struct DeterministicMutex { m.unlock(); } }; -} -} // namespace folly::test +} // namespace test +} // namespace folly /* Specialization declarations */ @@ -499,9 +499,9 @@ FutexResult Futex::futexWaitImpl( std::chrono::time_point* absSystemTime, std::chrono::time_point* absSteadyTime, uint32_t waitMask); -} +} // namespace detail template <> Getcpu::Func AccessSpreader::pickGetcpuFunc(); -} // namespace folly::detail +} // namespace folly