Skip to content

Commit 217416b

Browse files
committed
Renamed OwtFactory.hpp to OwtFactory.h
1 parent 42612ee commit 217416b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

cuckoo_time_translator/include/cuckoo_time_translator/OwtFactory.hpp renamed to cuckoo_time_translator/include/cuckoo_time_translator/OwtFactory.h

File renamed without changes.

cuckoo_time_translator/src/DeviceTimeTranslator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include <cuckoo_time_translator/ConvexHullOwt.h>
1717
#include <cuckoo_time_translator/KalmanOwt.h>
1818
#include <cuckoo_time_translator/SwitchingOwt.h>
19-
#include <cuckoo_time_translator/OwtFactory.hpp>
19+
#include <cuckoo_time_translator/OwtFactory.h>
2020
#pragma GCC diagnostic push
2121
#pragma GCC diagnostic ignored "-Wunused-parameter"
2222
#include <cuckoo_time_translator/DeviceTimeTranslatorConfig.h>

cuckoo_time_translator/src/OwtFactory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <cuckoo_time_translator/KalmanOwt.h>
33

44
#include <cuckoo_time_translator/DeviceTimeTranslator.h>
5-
#include <cuckoo_time_translator/OwtFactory.hpp>
5+
#include <cuckoo_time_translator/OwtFactory.h>
66

77
namespace cuckoo_time_translator {
88

0 commit comments

Comments
 (0)