summaryrefslogtreecommitdiff
path: root/src/mongo/base/counter_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/base/counter_test.cpp')
-rw-r--r--src/mongo/base/counter_test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/base/counter_test.cpp b/src/mongo/base/counter_test.cpp
index 0966cbddd78..94998192eb1 100644
--- a/src/mongo/base/counter_test.cpp
+++ b/src/mongo/base/counter_test.cpp
@@ -13,14 +13,14 @@
* limitations under the License.
*/
-#include "mongo/platform/basic.h"
-#include <iostream>
+#include "mongo/platform/basic.h"
#include <boost/static_assert.hpp>
#include <climits>
+#include <iostream>
-#include "counter.h"
+#include "mongo/base/counter.h"
#include "mongo/unittest/unittest.h"
namespace mongo {