Skip to content

Commit

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

Signed-off-by: Jacob Perron <[email protected]>
  • Loading branch information
jacobperron authored Jan 12, 2022
1 parent afecc5d commit 86c5b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_implementation/src/functions.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 "./functions.hpp"
#include "functions.hpp"

#include <cstddef>
#include <map>
Expand Down

0 comments on commit 86c5b67

Please sign in to comment.