summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/update_result.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/ops/update_result.h')
-rw-r--r--src/mongo/db/ops/update_result.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/ops/update_result.h b/src/mongo/db/ops/update_result.h
index 9c1c27c5a93..2c3107e3ea1 100644
--- a/src/mongo/db/ops/update_result.h
+++ b/src/mongo/db/ops/update_result.h
@@ -28,8 +28,8 @@
#pragma once
-#include "mongo/db/jsobj.h"
#include "mongo/db/curop.h"
+#include "mongo/db/jsobj.h"
#include "mongo/db/namespace_string.h"
#include "mongo/util/mongoutils/str.h"