Skip to content

Commit

Permalink
Fix relative path syntax for cpplint (#947)
Browse files Browse the repository at this point in the history
Relates to ament/ament_lint#324

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
  • Loading branch information
jacobperron authored Jan 13, 2022
1 parent d058a9d commit 2c68544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "./rmw_implemented_serialization_format_converter.hpp"
#include "rmw_implemented_serialization_format_converter.hpp"

#include <memory>
#include <sstream>
Expand Down
2 changes: 1 addition & 1 deletion rosbag2_py/src/rosbag2_py/format_bag_metadata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "./format_bag_metadata.hpp"
#include "format_bag_metadata.hpp"

#include <chrono>
#include <iostream>
Expand Down

0 comments on commit 2c68544

Please sign in to comment.