From: Daniel Carl Date: Fri, 19 May 2017 21:55:06 +0000 (+0200) Subject: Move include of hints.js.h to the right place. X-Git-Url: https://git.owens.tech/style.css/style.css/git?a=commitdiff_plain;h=f8ea05f827ca2609ac2b1bb229acf67277703289;p=vimb.git Move include of hints.js.h to the right place. --- diff --git a/src/hints.c b/src/hints.c index d5f5f40..763e868 100644 --- a/src/hints.c +++ b/src/hints.c @@ -27,7 +27,6 @@ #include "main.h" #include "ascii.h" #include "command.h" -#include "hints.js.h" #include "input.h" #include "map.h" #include "ext-proxy.h" diff --git a/src/setting.c b/src/setting.c index de33832..2e1292f 100644 --- a/src/setting.c +++ b/src/setting.c @@ -23,6 +23,7 @@ #include "completion.h" #include "config.h" #include "ext-proxy.h" +#include "hints.js.h" #include "main.h" #include "setting.h" #include "scripts/scripts.h"