diff options
Diffstat (limited to 'include/afb/c++/binding')
-rw-r--r-- | include/afb/c++/binding | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/afb/c++/binding b/include/afb/c++/binding index 5858dff7..364252c3 100644 --- a/include/afb/c++/binding +++ b/include/afb/c++/binding @@ -15,5 +15,5 @@ * limitations under the License. */ #pragma once -#include "binding-wrap.hpp" -#include "binding-object.hpp" +#include <afb/c++/binding-wrap.hpp> +#include <afb/c++/binding-object.hpp> |