summaryrefslogtreecommitdiff
path: root/src/mongo/db/jsobj.h
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2015-04-06 09:10:57 -0400
committerEric Milkie <milkie@10gen.com>2015-04-07 16:25:34 -0400
commit0f58d1037bcbfbf932e73e623772c4f815c361ad (patch)
treeae7ea2cf29830f0dc39e326142ddc1b6bc468804 /src/mongo/db/jsobj.h
parent72543912dca4117e1deb45a56c599657a1bf747c (diff)
downloadmongo-0f58d1037bcbfbf932e73e623772c4f815c361ad.tar.gz
SERVER-17880 Rename OpTime to Timestamp
Diffstat (limited to 'src/mongo/db/jsobj.h')
-rw-r--r--src/mongo/db/jsobj.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/jsobj.h b/src/mongo/db/jsobj.h
index 83bb1d80879..6a4e962b683 100644
--- a/src/mongo/db/jsobj.h
+++ b/src/mongo/db/jsobj.h
@@ -43,7 +43,7 @@
#include "mongo/platform/basic.h"
#include "mongo/bson/util/builder.h"
-#include "mongo/bson/optime.h"
+#include "mongo/bson/timestamp.h"
#include "mongo/bson/bsontypes.h"
#include "mongo/bson/oid.h"
#include "mongo/bson/bsonelement.h"
@@ -52,5 +52,4 @@
#include "mongo/bson/bsonobjbuilder.h"
#include "mongo/bson/ordering.h"
#include "mongo/base/string_data.h"
-#include "mongo/bson/bson_db.h"