diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-09 16:56:56 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-16 17:10:40 +0100 |
commit | 8871f8ae696035877afcbb3b089fc06219c2ba3a (patch) | |
tree | c06b629ad775ae362a9e05430bb5fea64bb64049 /src/utils | |
parent | 9099177556d598676e4d6322ae49d22bb2f0c59e (diff) |
Fix: include statement with wrong path.
And minor fixes.
Change-Id: Ica55c0708edd86d0aa37e7117b3c3fad551a0167
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/openxc-utils.cpp | 2 | ||||
-rw-r--r-- | src/utils/timer.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/openxc-utils.cpp b/src/utils/openxc-utils.cpp index 527f725..40745a0 100644 --- a/src/utils/openxc-utils.cpp +++ b/src/utils/openxc-utils.cpp @@ -16,7 +16,7 @@ * limitations under the License. */ -#include "utils/openxc-utils.hpp" +#include "openxc-utils.hpp" openxc_VehicleMessage build_VehicleMessage_with_SimpleMessage(openxc_DynamicField_Type type, const openxc_SimpleMessage& message) { diff --git a/src/utils/timer.hpp b/src/utils/timer.hpp index c8b7fb9..a3cbecd 100644 --- a/src/utils/timer.hpp +++ b/src/utils/timer.hpp @@ -47,4 +47,4 @@ private: public: frequency_clock_t(); -}
\ No newline at end of file +};
\ No newline at end of file |