Skip to content

Commit

Permalink
Fix include order for cpplint
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 committed Jan 7, 2022
1 parent 8a0627f commit 7b8bbca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
#define PERFORMANCE_TEST_FIXTURE__PERFORMANCE_TEST_FIXTURE_HPP_

#include <benchmark/benchmark.h>
#include <osrf_testing_tools_cpp/memory_tools/memory_tools.hpp>

#include <atomic>

#include <osrf_testing_tools_cpp/memory_tools/memory_tools.hpp>

#include "performance_test_fixture/visibility_control.hpp"

namespace performance_test_fixture
Expand Down

0 comments on commit 7b8bbca

Please sign in to comment.