X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FMPMCQueueTest.cpp;h=1839903634db71696d0e13c4b9e13389ee746083;hb=0a609930802f1572b55402f0af5ff264ab31ece0;hp=ee09c7a48c74d2cfe9a185b5110979b9a8dcb6e2;hpb=d43e710c813ee30f0537688dffa4cdb0b1fc5ced;p=folly.git diff --git a/folly/test/MPMCQueueTest.cpp b/folly/test/MPMCQueueTest.cpp index ee09c7a4..18399036 100644 --- a/folly/test/MPMCQueueTest.cpp +++ b/folly/test/MPMCQueueTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 Facebook, Inc. + * Copyright 2017 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,21 +14,22 @@ * limitations under the License. */ -#include #include +#include #include +#include +#include +#include +#include +#include #include #include -#include +#include #include +#include #include #include -#include -#include -#include - -#include FOLLY_ASSUME_FBVECTOR_COMPATIBLE_1(boost::intrusive_ptr); @@ -40,13 +41,12 @@ using std::chrono::steady_clock; using std::chrono::seconds; using std::chrono::milliseconds; using std::string; -using std::make_unique; using std::unique_ptr; using std::vector; typedef DeterministicSchedule DSched; -template class Atom> +template