X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FPackedSyncPtrTest.cpp;h=5dd6aa7180cd00be4b41b1d0c7faadf155dc2bfe;hb=bba519bfb1b4c4d24fd210696e31fcf5e25d13e8;hp=d7005c537d028fc67a3a46b5ff8df27262fac2e3;hpb=275ca94d04e44f28cfa411668eb1c1dd8db90b80;p=folly.git diff --git a/folly/test/PackedSyncPtrTest.cpp b/folly/test/PackedSyncPtrTest.cpp index d7005c53..5dd6aa71 100644 --- a/folly/test/PackedSyncPtrTest.cpp +++ b/folly/test/PackedSyncPtrTest.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. @@ -17,11 +17,12 @@ #include #include -#include #include #include #include +#include + using folly::PackedSyncPtr; namespace {