summaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/openxc-utils.cpp2
-rw-r--r--src/utils/signals.cpp2
-rw-r--r--src/utils/timer.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/openxc-utils.cpp b/src/utils/openxc-utils.cpp
index 40745a06..527f7253 100644
--- a/src/utils/openxc-utils.cpp
+++ b/src/utils/openxc-utils.cpp
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-#include "openxc-utils.hpp"
+#include "utils/openxc-utils.hpp"
openxc_VehicleMessage build_VehicleMessage_with_SimpleMessage(openxc_DynamicField_Type type, const openxc_SimpleMessage& message)
{
diff --git a/src/utils/signals.cpp b/src/utils/signals.cpp
index 6e2f396a..a7510dc0 100644
--- a/src/utils/signals.cpp
+++ b/src/utils/signals.cpp
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-#include "signals.hpp"
+#include "utils/signals.hpp"
/**
* @brief Can signal event map making access to afb_event
diff --git a/src/utils/timer.cpp b/src/utils/timer.cpp
index 01fd7636..8dec7066 100644
--- a/src/utils/timer.cpp
+++ b/src/utils/timer.cpp
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-#include "timer.hpp"
+#include "utils/timer.hpp"
long long int systemTimeMs()
{