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