diff options
Diffstat (limited to 'ctl-binding.h')
-rw-r--r-- | ctl-binding.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ctl-binding.h b/ctl-binding.h index a1c7ef2..0d16e56 100644 --- a/ctl-binding.h +++ b/ctl-binding.h @@ -22,10 +22,9 @@ #define AFB_BINDING_VERSION 2 #include <afb/afb-binding.h> #include <json-c/json.h> -#include <filescan-utils.h> -#include <wrap-json.h> #include <systemd/sd-event.h> - +#include "filescan-utils.h" +#include "wrap-json.h" #ifdef CONTROL_SUPPORT_LUA #include "lua.h" |