diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-04-27 15:33:27 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-04-27 15:33:27 -0400 |
commit | 0a7fd9cc2bf111ac812d834e5607eeca0c6577ac (patch) | |
tree | 15f1163114209faffa2741da3224bb00c956cf9e /client | |
parent | d85a93fc76a84f8ed722f8ffc482447a100da992 (diff) | |
download | mongo-0a7fd9cc2bf111ac812d834e5607eeca0c6577ac.tar.gz |
stdafx.h -> pch.h part 2
Diffstat (limited to 'client')
-rw-r--r-- | client/clientOnly.cpp | 2 | ||||
-rw-r--r-- | client/gridfs.cpp | 2 | ||||
-rw-r--r-- | client/parallel.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/client/clientOnly.cpp b/client/clientOnly.cpp index 566095a1e86..a25d79c7a8f 100644 --- a/client/clientOnly.cpp +++ b/client/clientOnly.cpp @@ -15,7 +15,7 @@ * limitations under the License. */ -#include "stdafx.h" +#include "pch.h" #include "../client/dbclient.h" #include "../db/dbhelpers.h" #include "../db/cmdline.h" diff --git a/client/gridfs.cpp b/client/gridfs.cpp index 892ec6eb57c..d3b24bea5f9 100644 --- a/client/gridfs.cpp +++ b/client/gridfs.cpp @@ -15,7 +15,7 @@ * limitations under the License. */ -#include "../stdafx.h" +#include "../pch.h" #include <fcntl.h> #include <utility> diff --git a/client/parallel.h b/client/parallel.h index c3181bc6237..dbeb9de7323 100644 --- a/client/parallel.h +++ b/client/parallel.h @@ -19,7 +19,7 @@ tools for wokring in parallel/sharded/clustered environment */ -#include "../stdafx.h" +#include "../pch.h" #include "dbclient.h" #include "redef_macros.h" |