Skip to content

Commit b80cc6c

Browse files
committed
fixup! style: cpplint
1 parent ef5b128 commit b80cc6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rmw_zenoh_cpp/test/test_rmw_zenoh_session.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#include <gtest/gtest.h>
16-
1715
#include <unistd.h>
1816

1917
#include <chrono>
2018
#include <memory>
2119
#include <string>
2220
#include <thread>
2321

22+
#include <gtest/gtest.h>
23+
2424
#include <rclcpp/rclcpp.hpp>
2525
#include <zenoh.hxx>
2626

27-
#include <rmw_zenoh_cpp/rmw_zenoh.h>
27+
#include "rmw_zenoh_cpp/rmw_zenoh.h"
2828

2929
class TestRmwZenohSession : public ::testing::Test
3030
{

0 commit comments

Comments
 (0)