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/diagnostic/diagnostic-manager.cpp | |
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/diagnostic/diagnostic-manager.cpp')
-rw-r--r-- | src/diagnostic/diagnostic-manager.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/diagnostic/diagnostic-manager.cpp b/src/diagnostic/diagnostic-manager.cpp index 2be9a05..547b087 100644 --- a/src/diagnostic/diagnostic-manager.cpp +++ b/src/diagnostic/diagnostic-manager.cpp @@ -15,10 +15,13 @@ * limitations under the License. */ -#include "obd2/diagnostic-manager.hpp" +#include <algorithm> +#include "diagnostic-manager.hpp" + +#include "uds/uds.h" #include "../configuration.hpp" -#include "../low-can-binding.hpp" + #define MAX_REQUEST_ENTRIES 50 diagnostic_manager_t::diagnostic_manager_t() |