Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Fix wrong include for logger mock (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
agutenkunst authored Oct 19, 2020
1 parent 1802ba1 commit 7de7e45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include <gmock/gmock.h>

#include <pilz_testutils/async_test.h>
#include <pilz_testutils/mock_appender.h>
#include <pilz_testutils/logger_mock.h>

#include <ros/ros.h>
Expand Down
2 changes: 1 addition & 1 deletion pilz_testutils/include/pilz_testutils/logger_mock.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include <log4cxx/logger.h>

#include <pilz_testutils/logger_mock.h>
#include <pilz_testutils/mock_appender.h>

namespace pilz_testutils
{
Expand Down

0 comments on commit 7de7e45

Please sign in to comment.