X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Ftest%2FFutexTest.cpp;h=71793a97b8edecf942b236dad3e5cdc77285fb7c;hp=da7dca3c64615a8640342d0058c2a2c46a76804b;hb=b67b22f4e27773e2e2c155a3629ff8d468bb1286;hpb=6a6ac91e1fda65d7871390f03be8d19b3591ba45 diff --git a/folly/test/FutexTest.cpp b/folly/test/FutexTest.cpp index da7dca3c..71793a97 100644 --- a/folly/test/FutexTest.cpp +++ b/folly/test/FutexTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 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. @@ -24,8 +24,8 @@ #include -#include #include +#include using namespace folly::detail; using namespace folly::test; @@ -34,13 +34,13 @@ using namespace std::chrono; typedef DeterministicSchedule DSched; -template class Atom> +template