make ue of the md5.c inside libubox
[oweals/procd.git] / service / instance.c
index ab517d74d485ae0bdc8bce4965e19c1c8c4b11eb..20017ce1b52b43bc86a2bd63e6c4d69416d29413 100644 (file)
 #include <stdint.h>
 #include <fcntl.h>
 
+#include <libubox/md5.h>
+
 #include "../procd.h"
 
 #include "service.h"
 #include "instance.h"
 
-#include "../utils/md5.h"
 
 enum {
        INSTANCE_ATTR_COMMAND,