X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FFileTestLockHelper.cpp;h=baa7477e2c2f41adc490cae2671de228b45803a2;hb=c141f6ec365fcf87af33f7de9ad66d62520729c1;hp=62e4f7ecac6caaac8df44352d3b1dea0d4b89b12;hpb=f6a8fe63f09913d1784f974845dcfdfef3d5b93e;p=folly.git diff --git a/folly/test/FileTestLockHelper.cpp b/folly/test/FileTestLockHelper.cpp index 62e4f7ec..baa7477e 100644 --- a/folly/test/FileTestLockHelper.cpp +++ b/folly/test/FileTestLockHelper.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014 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,10 +14,10 @@ * limitations under the License. */ -#include #include #include +#include DEFINE_bool(s, false, "get shared lock"); DEFINE_bool(x, false, "get exclusive lock");