summaryrefslogtreecommitdiff
path: root/src/mongo/client/model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/model.h')
-rw-r--r--src/mongo/client/model.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mongo/client/model.h b/src/mongo/client/model.h
index 7dd31434f49..249a78c3640 100644
--- a/src/mongo/client/model.h
+++ b/src/mongo/client/model.h
@@ -17,8 +17,8 @@
#pragma once
-#include "dbclient.h"
-#include "redef_macros.h"
+#include "mongo/bson/bsonelement.h"
+#include "mongo/bson/bsonobj.h"
namespace mongo {
@@ -59,4 +59,3 @@ namespace mongo {
} // namespace mongo
-#include "undef_macros.h"