X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2FSharedMutex.cpp;h=eba2ea43a1062e17da045b48d836aa3168ff66e4;hp=23266b7c1b22bd1464060474d8aa52436370b997;hb=2ac160c2a7e6fcf12a0db18093fa39e8f01ffc48;hpb=7570fc58eb757feb6c852275f9573ba0fcbdfdc5 diff --git a/folly/SharedMutex.cpp b/folly/SharedMutex.cpp index 23266b7c..eba2ea43 100644 --- a/folly/SharedMutex.cpp +++ b/folly/SharedMutex.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. @@ -14,10 +14,10 @@ * limitations under the License. */ -#include "SharedMutex.h" +#include namespace folly { // Explicitly instantiate SharedMutex here: template class SharedMutexImpl; template class SharedMutexImpl; -} +} // namespace folly