Skip to content

Commit

Permalink
Fix include guards
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 16, 2024
1 parent 0f618d8 commit b8b60e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/realtime_tools/realtime_box_best_effort.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

// Author: Lennart Nachtigall

#ifndef REALTIME_TOOLS__REALTIME_BOX_BEST_EFFORT_H_
#define REALTIME_TOOLS__REALTIME_BOX_BEST_EFFORT_H_
#ifndef REALTIME_TOOLS__REALTIME_BOX_BEST_EFFORT_HPP_
#define REALTIME_TOOLS__REALTIME_BOX_BEST_EFFORT_HPP_

#include <functional>
#include <initializer_list>
Expand Down Expand Up @@ -230,4 +230,4 @@ class RealtimeBoxBestEffort
};
} // namespace realtime_tools

#endif // REALTIME_TOOLS__REALTIME_BOX_BEST_EFFORT_H_
#endif // REALTIME_TOOLS__REALTIME_BOX_BEST_EFFORT_HPP_

0 comments on commit b8b60e9

Please sign in to comment.