Skip to content

Commit

Permalink
Rename the file
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jan 3, 2024
1 parent dd317e2 commit 2107f81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef HARDWARE_INTERFACE__HELPERS_HPP_
#define HARDWARE_INTERFACE__HELPERS_HPP_
#ifndef HARDWARE_INTERFACE__DOUBLE_PARSING_HPP_
#define HARDWARE_INTERFACE__DOUBLE_PARSING_HPP_

#include <locale>
#include <sstream>
Expand Down Expand Up @@ -44,4 +44,4 @@ double toDouble(const std::string & s)

} // namespace hardware_interface

#endif // HARDWARE_INTERFACE__HELPERS_HPP_
#endif // HARDWARE_INTERFACE__DOUBLE_PARSING_HPP_
2 changes: 1 addition & 1 deletion hardware_interface/src/mock_components/generic_system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <vector>

#include "hardware_interface/component_parser.hpp"
#include "hardware_interface/helpers.hpp"
#include "hardware_interface/double_parsing.hpp"
#include "hardware_interface/types/hardware_interface_type_values.hpp"
#include "rcutils/logging_macros.h"

Expand Down

0 comments on commit 2107f81

Please sign in to comment.