X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FThreadLocalBenchmark.cpp;h=9eb14ec9456efc9158ce9f426678350db05a1ba0;hb=ed8c80a0e0988e4ce687f51ca832a00e4a6b7930;hp=824b73ea108c39144a79f8e4dbcfe132c7cd806b;hpb=c8fcbc6bae022ff86c6f1b915bb1f98e53dc780d;p=folly.git diff --git a/folly/test/ThreadLocalBenchmark.cpp b/folly/test/ThreadLocalBenchmark.cpp index 824b73ea..9eb14ec9 100644 --- a/folly/test/ThreadLocalBenchmark.cpp +++ b/folly/test/ThreadLocalBenchmark.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. @@ -20,14 +20,11 @@ #include #include -#include #include -#include #include #include #include #include -#include #include #include @@ -35,7 +32,6 @@ #include #include #include -#include using namespace folly;