summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler/test/protocol_header_validator_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/protocol_handler/test/protocol_header_validator_test.cc')
-rw-r--r--src/components/protocol_handler/test/protocol_header_validator_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/protocol_handler/test/protocol_header_validator_test.cc b/src/components/protocol_handler/test/protocol_header_validator_test.cc
index 5554bfd280..e69e44dbac 100644
--- a/src/components/protocol_handler/test/protocol_header_validator_test.cc
+++ b/src/components/protocol_handler/test/protocol_header_validator_test.cc
@@ -31,11 +31,11 @@
*/
#include <gtest/gtest.h>
-#include <vector>
#include <list>
+#include <vector>
-#include "utils/macro.h"
#include "protocol_handler/protocol_packet.h"
+#include "utils/macro.h"
namespace {
const size_t MAXIMUM_FRAME_DATA_V3_SIZE = 131072;