Skip to content

Commit

Permalink
Add #pragma once to new joint_trajectory_controller test
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-reynolds authored and bmagyar committed Apr 9, 2020
1 parent 7f83db8 commit 57069cc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions joint_trajectory_controller/test/test_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

/// \author Immanuel Martini

#ifndef JOINT_TRAJECTORY_CONTROLLER_TEST_COMMON_H
#define JOINT_TRAJECTORY_CONTROLLER_TEST_COMMON_H
#pragma once


#include <ros/ros.h>

Expand Down Expand Up @@ -144,5 +144,3 @@ AssertionResult waitForActionGoalState(const std::shared_ptr<SimpleActionClient<
}

} // namespace joint_trajectory_controller_tests

#endif // JOINT_TRAJECTORY_CONTROLLER_TEST_COMMON_H

0 comments on commit 57069cc

Please sign in to comment.