diff options
Diffstat (limited to 'ctrl/facemgr/src/main.c')
-rw-r--r-- | ctrl/facemgr/src/main.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/ctrl/facemgr/src/main.c b/ctrl/facemgr/src/main.c index eeb0a0259..da5e55943 100644 --- a/ctrl/facemgr/src/main.c +++ b/ctrl/facemgr/src/main.c @@ -27,16 +27,14 @@ #include <unistd.h> // sleep #include <hicn/facemgr.h> +#include <hicn/facemgr/cfg.h> +#include <hicn/facemgr/loop.h> #include <hicn/policy.h> - #include <hicn/util/ip_address.h> #include <hicn/util/log.h> - -#include <hicn/facemgr/cfg.h> -#include <hicn/facemgr/loop.h> +#include <hicn/util/map.h> #include "cfg_file.h" -#include "util/map.h" #define FACEMGR_TIMEOUT 3 |