Provide efficient store/unstore for afb_req
[src/app-framework-binder.git] / include / afb / afb-binding-v2.h
index 66601b2..b1cff27 100644 (file)
 #include <stdint.h>
 
 #include "afb-auth.h"
-#include "afb-req-itf.h"
 #include "afb-event-itf.h"
+#include "afb-req-common.h"
 #include "afb-service-common.h"
 #include "afb-daemon-common.h"
 
+#include "afb-req-v2.h"
 #include "afb-session-v2.h"
 
 struct json_object;