diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-12-28 20:50:49 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-12-28 20:50:49 +0300 |
commit | dbd7540a0476118a831cdc326dc7471f86fb1b9c (patch) | |
tree | 9bef7754eba77e7da2639967c6e43e4d5d9fefaa /src/nxt_go.c | |
parent | cb3c7dd40c614b99bb430a35399b3b2085a314ed (diff) | |
download | unit-dbd7540a0476118a831cdc326dc7471f86fb1b9c.tar.gz unit-dbd7540a0476118a831cdc326dc7471f86fb1b9c.tar.bz2 |
Removed duplicate declaration.
Diffstat (limited to 'src/nxt_go.c')
-rw-r--r-- | src/nxt_go.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_go.c b/src/nxt_go.c index 329a3cd3..294c608b 100644 --- a/src/nxt_go.c +++ b/src/nxt_go.c @@ -5,7 +5,7 @@ */ #include <nxt_main.h> -#include <nxt_application.h> +#include <nxt_router.h> static nxt_int_t nxt_go_init(nxt_task_t *task, nxt_common_app_conf_t *conf); |