diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-16 17:08:57 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-16 17:08:57 +0100 |
commit | 89e072c41f3417e0a80cf95be3cf88326df32777 (patch) | |
tree | 6029dbafee1577413beb77d2d96702dad7470c2e /src/can/can-signals.cpp | |
parent | 609bb7b10984e6a04f4a1ec977ab695835ffcdae (diff) |
Include file changes, typo and renaming operation.
Change-Id: I6643333cfcc8bea120496c53f1cd3b8596e33398
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/can/can-signals.cpp')
-rw-r--r-- | src/can/can-signals.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/can/can-signals.cpp b/src/can/can-signals.cpp index 07689a01..64980b04 100644 --- a/src/can/can-signals.cpp +++ b/src/can/can-signals.cpp @@ -15,13 +15,13 @@ * limitations under the License. */ -#include "can-signals.hpp" +#include "can/can-signals.hpp" #include <fnmatch.h> -#include "signals.hpp" -#include "obd2-signals.hpp" -#include "can-decoder.hpp" +#include "utils/signals.hpp" +#include "can/can-decoder.hpp" +#include "obd2/obd2-signals.hpp" #include "low-can-binding.hpp" std::vector<std::vector<CanMessageDefinition>> CAN_MESSAGES = { |