Skip to content

Commit

Permalink
Remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Nov 2, 2024
1 parent e9760e2 commit 24f3e30
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions modules/tracker/mbt/include/visp3/mbt/vpMbGenericTracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,15 @@
*\brief Generic model-based tracker
*/

#ifndef _vpMbGenericTracker_h_
#define _vpMbGenericTracker_h_
#ifndef VP_MB_GENERIC_TRACKER_H
#define VP_MB_GENERIC_TRACKER_H

#include <visp3/core/vpConfig.h>
#include <visp3/mbt/vpMbDepthDenseTracker.h>
#include <visp3/mbt/vpMbDepthNormalTracker.h>
#include <visp3/mbt/vpMbEdgeTracker.h>
#include <visp3/mbt/vpMbKltTracker.h>

#ifdef VISP_HAVE_NLOHMANN_JSON
#include VISP_NLOHMANN_JSON(json_fwd.hpp)
#include <visp3/core/vpJsonParsing.h>
#endif

BEGIN_VISP_NAMESPACE
/*!
Expand Down

0 comments on commit 24f3e30

Please sign in to comment.