diff options
Diffstat (limited to 'src/mongo/dbtests/dbtests.h')
-rw-r--r-- | src/mongo/dbtests/dbtests.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mongo/dbtests/dbtests.h b/src/mongo/dbtests/dbtests.h index b1d9a984cab..d86948dbd24 100644 --- a/src/mongo/dbtests/dbtests.h +++ b/src/mongo/dbtests/dbtests.h @@ -1,7 +1,3 @@ -// dbtests.h : Test suite generator headers. -// - - /** * Copyright (C) 2018-present MongoDB, Inc. * @@ -33,6 +29,10 @@ #pragma once +/** + * Test suite generator headers. + */ + #include "mongo/db/db_raii.h" #include "mongo/unittest/unittest.h" |