summaryrefslogtreecommitdiff
path: root/src/mongo/executor/thread_pool_task_executor_test_fixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/executor/thread_pool_task_executor_test_fixture.h')
-rw-r--r--src/mongo/executor/thread_pool_task_executor_test_fixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/executor/thread_pool_task_executor_test_fixture.h b/src/mongo/executor/thread_pool_task_executor_test_fixture.h
index 04a3089bbab..b549184b26f 100644
--- a/src/mongo/executor/thread_pool_task_executor_test_fixture.h
+++ b/src/mongo/executor/thread_pool_task_executor_test_fixture.h
@@ -31,8 +31,8 @@
#include <memory>
#include "mongo/executor/network_interface_mock.h"
-#include "mongo/executor/thread_pool_task_executor.h"
#include "mongo/executor/task_executor_test_fixture.h"
+#include "mongo/executor/thread_pool_task_executor.h"
namespace mongo {
namespace executor {