Skip to content

Commit 08ef24e

Browse files
committed
change: removed enable_shared_from_this
1 parent 8917f0c commit 08ef24e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/jitter_measurement.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include "robotkernel/runnable.h"
2828
#include "robotkernel/module_base.h"
2929
#include "robotkernel/trigger_base.h"
30+
#include "robotkernel/helpers.h"
3031

3132
#include "service_provider_process_data_inspection/base.h"
3233

@@ -44,7 +45,6 @@
4445
namespace module_jitter_measurement {
4546

4647
class jitter_measurement :
47-
public std::enable_shared_from_this<jitter_measurement>,
4848
public robotkernel::runnable,
4949
public robotkernel::module_base,
5050
public svc_base_reset_max_ever

0 commit comments

Comments
 (0)