summaryrefslogtreecommitdiffstats
path: root/include/afb/afb-binding.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-05-05 12:59:09 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-05-05 12:59:09 +0200
commitd5296ff2254d084f290e112bc1bee1a3b0453eab (patch)
tree9282192389be91db26b10638d38ab2d135a2a008 /include/afb/afb-binding.h
parent0609e7481a2c2ab475ebd3cba60ce88eb53ddd20 (diff)
Improve includes
Change-Id: I87278ce38270782e74bd29a7920fe6a6e63eea0d Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'include/afb/afb-binding.h')
-rw-r--r--include/afb/afb-binding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afb/afb-binding.h b/include/afb/afb-binding.h
index 6d92cb8c..c78a79d4 100644
--- a/include/afb/afb-binding.h
+++ b/include/afb/afb-binding.h
@@ -51,8 +51,8 @@
#include "afb-session.h"
#include "afb-auth.h"
-#include "afb-event-itf.h"
#include "afb-req-itf.h"
+#include "afb-event-itf.h"
#include "afb-service-itf.h"
#include "afb-daemon-itf.h"
#include "afb-binding-v1.h"