summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2010-04-27 15:27:52 -0400
committerDwight <dmerriman@gmail.com>2010-04-27 15:27:52 -0400
commitbd28578ab81c87f1b685237117bd0b5624773ccc (patch)
tree63e2b105a0d8a0d18ebc2f2f75f64c5a5f2527c6 /tools
parentb95d9603a0b41cef870f5d8142921f235a1c0fad (diff)
downloadmongo-bd28578ab81c87f1b685237117bd0b5624773ccc.tar.gz
stdafx->pch
Diffstat (limited to 'tools')
-rw-r--r--tools/bridge.cpp2
-rw-r--r--tools/dump.cpp2
-rw-r--r--tools/export.cpp2
-rw-r--r--tools/files.cpp2
-rw-r--r--tools/import.cpp2
-rw-r--r--tools/restore.cpp2
-rw-r--r--tools/stat.cpp2
7 files changed, 7 insertions, 7 deletions
diff --git a/tools/bridge.cpp b/tools/bridge.cpp
index d6f4acd371b..922d77ff2f4 100644
--- a/tools/bridge.cpp
+++ b/tools/bridge.cpp
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "stdafx.h"
+#include "pch.h"
#include "../util/message.h"
#include "../client/dbclient.h"
diff --git a/tools/dump.cpp b/tools/dump.cpp
index 3430591926d..922481adfda 100644
--- a/tools/dump.cpp
+++ b/tools/dump.cpp
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "../stdafx.h"
+#include "../pch.h"
#include "../client/dbclient.h"
#include "tool.h"
diff --git a/tools/export.cpp b/tools/export.cpp
index 05534190930..db490aef173 100644
--- a/tools/export.cpp
+++ b/tools/export.cpp
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "stdafx.h"
+#include "pch.h"
#include "client/dbclient.h"
#include "db/json.h"
diff --git a/tools/files.cpp b/tools/files.cpp
index 2cbda12e9f4..a26772442af 100644
--- a/tools/files.cpp
+++ b/tools/files.cpp
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "stdafx.h"
+#include "pch.h"
#include "client/gridfs.h"
#include "client/dbclient.h"
diff --git a/tools/import.cpp b/tools/import.cpp
index e34e73d07d7..4057f798f7d 100644
--- a/tools/import.cpp
+++ b/tools/import.cpp
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "stdafx.h"
+#include "pch.h"
#include "client/dbclient.h"
#include "db/json.h"
diff --git a/tools/restore.cpp b/tools/restore.cpp
index 6fcf2d37c65..13fde263025 100644
--- a/tools/restore.cpp
+++ b/tools/restore.cpp
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "../stdafx.h"
+#include "../pch.h"
#include "../client/dbclient.h"
#include "../util/mmap.h"
#include "tool.h"
diff --git a/tools/stat.cpp b/tools/stat.cpp
index c625680cccf..f72d61e99aa 100644
--- a/tools/stat.cpp
+++ b/tools/stat.cpp
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "stdafx.h"
+#include "pch.h"
#include "client/dbclient.h"
#include "db/json.h"
#include "../util/httpclient.h"