diff options
author | Dan Pasette <dan@10gen.com> | 2013-05-13 19:47:49 -0400 |
---|---|---|
committer | Dan Pasette <dan@10gen.com> | 2013-07-24 17:26:42 -0400 |
commit | 737faaff67f71ebee46e115f5278c48e62617a1e (patch) | |
tree | af14abde3054cf2a4932df629c5ac729e0fe847f /src/mongo/client/distlock.cpp | |
parent | 899c017dd024f487d0601ec7a9b5389b723adf9a (diff) | |
download | mongo-737faaff67f71ebee46e115f5278c48e62617a1e.tar.gz |
Clean up #includes to conform with coding standard
Diffstat (limited to 'src/mongo/client/distlock.cpp')
-rw-r--r-- | src/mongo/client/distlock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/client/distlock.cpp b/src/mongo/client/distlock.cpp index 9a4d39f9770..f4efa174bbb 100644 --- a/src/mongo/client/distlock.cpp +++ b/src/mongo/client/distlock.cpp @@ -15,7 +15,7 @@ * limitations under the License. */ -#include "pch.h" +#include "mongo/pch.h" #include "mongo/client/distlock.h" |