summaryrefslogtreecommitdiff
path: root/src/mongo/executor/task_executor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/executor/task_executor.h')
-rw-r--r--src/mongo/executor/task_executor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/executor/task_executor.h b/src/mongo/executor/task_executor.h
index ec68a837c8e..fd630e527b7 100644
--- a/src/mongo/executor/task_executor.h
+++ b/src/mongo/executor/task_executor.h
@@ -28,9 +28,9 @@
#pragma once
-#include <string>
-#include <memory>
#include <functional>
+#include <memory>
+#include <string>
#include "mongo/base/disallow_copying.h"
#include "mongo/base/status.h"