X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FVarintTest.cpp;h=8b8a1856cbf80c3181f0bb5540fbcf173dc86901;hb=e0b75e77cc224d3caffbb717342873c858e893fe;hp=5c0bcf57484491d24b50e8e5627d73a575e0a648;hpb=b05969e4b4474cadf1cb1f8ebc37567cc63c9b88;p=folly.git diff --git a/folly/test/VarintTest.cpp b/folly/test/VarintTest.cpp index 5c0bcf57..8b8a1856 100644 --- a/folly/test/VarintTest.cpp +++ b/folly/test/VarintTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 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. @@ -22,10 +22,10 @@ #include #include -#include #include #include +#include DEFINE_int32(random_seed, folly::randomNumberSeed(), "random seed");