c++: Avoid relative path when including headers
[src/app-framework-binder.git] / include / afb / afb-binding
index 96d2ec9..a76653a 100644 (file)
@@ -15,5 +15,5 @@
  * limitations under the License.
  */
 #pragma once
-#include "afb-binding.hpp"
-
+#include <afb/c++/binding-wrap.hpp>
+#include <afb/c++/binding-object.hpp>