projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
445a420
)
Move include of hints.js.h to the right place.
author
Daniel Carl
<danielcarl@gmx.de>
Fri, 19 May 2017 21:55:06 +0000
(23:55 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Fri, 19 May 2017 21:55:06 +0000
(23:55 +0200)
src/hints.c
patch
|
blob
|
history
src/setting.c
patch
|
blob
|
history
diff --git
a/src/hints.c
b/src/hints.c
index
d5f5f40
..
763e868
100644
(file)
--- 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
(file)
--- 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"