X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FProducerConsumerQueueTest.cpp;h=1742815629ad11a8776692b5576e51ce01ca36c9;hb=a60bf0bb374f4b57c0f00cd862e2861e1f381ed0;hp=d358035afd4ec81ae0844b91efbfed2088af84b5;hpb=1cf1856408598d785cee4f9439c7671ce458891e;p=folly.git diff --git a/folly/test/ProducerConsumerQueueTest.cpp b/folly/test/ProducerConsumerQueueTest.cpp index d358035a..17428156 100644 --- a/folly/test/ProducerConsumerQueueTest.cpp +++ b/folly/test/ProducerConsumerQueueTest.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. @@ -16,14 +16,16 @@ #include -#include -#include #include #include #include #include +#include + #include +#include + ////////////////////////////////////////////////////////////////////// namespace {