summaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-03-06 22:39:31 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2017-03-16 17:05:17 +0100
commita1a0b7b176f6c34c0e644335ff70be3f7421494b (patch)
tree7735cf4de3d4ed8b9df757064c73860fa052fdee /src/utils
parentde8fb10e1d8e98a85dfba6fc8966266dbf5e42c6 (diff)
Finalize new directories organization.
Change include statements and CMakeLists.txt accordingly to the new layout. Change-Id: Ief0821f7f6636b072cf26c7d8d8fcc16fe43ab01 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/signals.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/signals.hpp b/src/utils/signals.hpp
index 81ed4248..bc421e96 100644
--- a/src/utils/signals.hpp
+++ b/src/utils/signals.hpp
@@ -22,8 +22,8 @@
#include <fnmatch.h>
#include "openxc.pb.h"
-#include "can-signals.hpp"
-#include "obd2-signals.hpp"
+#include "can/can-signals.hpp"
+#include "obd2/obd2-signals.hpp"
template <typename T>
void lookup_signals_by_name(const std::string& key, std::vector<T>& signals, std::vector<T*>& found_signals)