summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
diff options
context:
space:
mode:
authorSiddharth Singh <singhsiddharth@gmail.com>2012-08-03 13:08:54 -0400
committerSiddharth Singh <singhsiddharth@gmail.com>2012-08-06 11:58:20 -0400
commitdddeb8a48880d941237388f313779893ae460a8b (patch)
tree846b7392143a0a0cc4bcbeb8720be88cc2a207c1 /src/mongo/db/ops
parent0ec6cb9781205108a35f687b928c78f61e2a46d6 (diff)
downloadmongo-dddeb8a48880d941237388f313779893ae460a8b.tar.gz
pch header
Diffstat (limited to 'src/mongo/db/ops')
-rw-r--r--src/mongo/db/ops/delete.h2
-rw-r--r--src/mongo/db/ops/query.h2
-rw-r--r--src/mongo/db/ops/update.h2
-rw-r--r--src/mongo/db/ops/update_internal.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/mongo/db/ops/delete.h b/src/mongo/db/ops/delete.h
index a74b7a664bc..1cf0fbb78ad 100644
--- a/src/mongo/db/ops/delete.h
+++ b/src/mongo/db/ops/delete.h
@@ -18,7 +18,7 @@
#pragma once
-#include "../../pch.h"
+#include "mongo/pch.h"
#include "../jsobj.h"
#include "../clientcursor.h"
diff --git a/src/mongo/db/ops/query.h b/src/mongo/db/ops/query.h
index 431c7dfba2b..c75a398c300 100644
--- a/src/mongo/db/ops/query.h
+++ b/src/mongo/db/ops/query.h
@@ -18,7 +18,7 @@
#pragma once
-#include "../../pch.h"
+#include "mongo/pch.h"
#include "../../util/net/message.h"
#include "../dbmessage.h"
#include "../jsobj.h"
diff --git a/src/mongo/db/ops/update.h b/src/mongo/db/ops/update.h
index 7fada61bb17..76d864821c8 100644
--- a/src/mongo/db/ops/update.h
+++ b/src/mongo/db/ops/update.h
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "pch.h"
+#include "mongo/pch.h"
#include "mongo/db/jsobj.h"
#include "mongo/db/curop.h"
diff --git a/src/mongo/db/ops/update_internal.h b/src/mongo/db/ops/update_internal.h
index 57a083e335d..c69cd9fcf65 100644
--- a/src/mongo/db/ops/update_internal.h
+++ b/src/mongo/db/ops/update_internal.h
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "pch.h"
+#include "mongo/pch.h"
#include "mongo/bson/bson_builder_base.h"
#include "mongo/db/jsobj.h"