diff options
Diffstat (limited to 'src/diagnostic/diagnostic-message.hpp')
-rw-r--r-- | src/diagnostic/diagnostic-message.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/diagnostic/diagnostic-message.hpp b/src/diagnostic/diagnostic-message.hpp index 686a8b42..b25fea34 100644 --- a/src/diagnostic/diagnostic-message.hpp +++ b/src/diagnostic/diagnostic-message.hpp @@ -18,14 +18,12 @@ #pragma once #include <vector> +#include <string> #include "uds/uds.h" -#include "../can/can-bus.hpp" #include "../can/can-message.hpp" #include "active-diagnostic-request.hpp" -#include "../low-can-binding.hpp" - enum UNIT { POURCENT, DEGREES_CELSIUS, |