aboutsummaryrefslogtreecommitdiff
path: root/test/pbdrv/msg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/pbdrv/msg.cpp')
-rw-r--r--test/pbdrv/msg.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/pbdrv/msg.cpp b/test/pbdrv/msg.cpp
index ca23bc7..3847b5f 100644
--- a/test/pbdrv/msg.cpp
+++ b/test/pbdrv/msg.cpp
@@ -1,8 +1,8 @@
#include <gtest/gtest.h>
+#include "pb-mod.h"
#include "pb-msg.h"
#include "pb-send.h"
-#include "pb-mod.h"
TEST(pb_msg_rw, cmd_req_read) {
pb_cmd_prop_t cmd = {
@@ -53,4 +53,3 @@ TEST(pb_msg_rw, cmd_req_magic) {
pb_msg_free(msg_read);
}
-