summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/test/counter_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/policy_regular/test/counter_test.cc')
-rw-r--r--src/components/policy/policy_regular/test/counter_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/policy/policy_regular/test/counter_test.cc b/src/components/policy/policy_regular/test/counter_test.cc
index d11bcec2ac..c09347fd9c 100644
--- a/src/components/policy/policy_regular/test/counter_test.cc
+++ b/src/components/policy/policy_regular/test/counter_test.cc
@@ -31,11 +31,11 @@
#include "gmock/gmock.h"
-#include "policy/usage_statistics/mock_statistics_manager.h"
#include "policy/usage_statistics/counter.h"
+#include "policy/usage_statistics/mock_statistics_manager.h"
-using ::testing::StrictMock;
using ::testing::InSequence;
+using ::testing::StrictMock;
namespace test {
namespace components {