Skip to content

Commit

Permalink
fixed include order
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Hampp <j.hampp@denso-adas.de>
  • Loading branch information
Joshua Hampp authored and Karsten1987 committed Apr 17, 2020
1 parent 1f8226a commit 2411642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rclcpp/include/rclcpp/serialized_message.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
#ifndef RCLCPP__SERIALIZED_MESSAGE_HPP_
#define RCLCPP__SERIALIZED_MESSAGE_HPP_

#include <rclcpp/exceptions.hpp>

#include <cstring>

#include "rcutils/logging_macros.h"

#include "rmw/serialized_message.h"

#include <rclcpp/exceptions.hpp>

namespace rclcpp
{

Expand Down

0 comments on commit 2411642

Please sign in to comment.