Skip to content

Commit

Permalink
cleanup namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
finani committed Aug 8, 2024
1 parent 75c72d3 commit c26b1f7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions mvsim_node_src/include/mvsim/mvsim_node_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include <mrpt/core/WorkerThreadsPool.h>
#include <mrpt/obs/CObservation.h>
#include <mrpt/obs/obs_frwds.h>
#include <mrpt/obs/CObservationPointCloud.h>
#include <mrpt/system/CTicTac.h>
#include <mrpt/system/CTimeLogger.h>
#include <mvsim/Comms/Server.h>
Expand Down Expand Up @@ -72,14 +72,6 @@ namespace mvsim_node {
#endif
}

namespace mrpt
{
namespace obs
{
class CObservationPointCloud;
}
} // namespace mrpt

/** A class to wrap libmvsim as a ROS node
*/
class MVSimNode
Expand Down

0 comments on commit c26b1f7

Please sign in to comment.