From e04572a03ceea68e47271a9651dbf27eb4e5a190 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 20 Feb 2017 19:17:01 +0000 Subject: Cleaned up, a bit, include statement. Change-Id: Icdaa162f1b3b92e730fc7dc263c18c682a7f4098 Signed-off-by: Romain Forlot --- src/low-can-binding.hpp | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'src/low-can-binding.hpp') diff --git a/src/low-can-binding.hpp b/src/low-can-binding.hpp index 20dc5dc4..ea2c027c 100644 --- a/src/low-can-binding.hpp +++ b/src/low-can-binding.hpp @@ -18,7 +18,23 @@ #pragma once +#include +#include +#include +#include +#include + +#include "obd2.hpp" +#include "openxc.pb.h" +#include "can-utils.hpp" #include "can-signals.hpp" +#include "can-decoder.hpp" +#include "openxc-utils.hpp" + +/* + * Interface between the daemon and the binding + */ +static const struct afb_binding_interface *interface; extern "C" { @@ -55,9 +71,4 @@ extern "C" * @return Exit code, zero if success. */ int afbBindingV1ServiceInit(struct afb_service service); -} - -/* - * Interface between the daemon and the binding - */ -static const struct afb_binding_interface *interface; \ No newline at end of file +}; \ No newline at end of file -- cgit 1.2.3-korg