summaryrefslogtreecommitdiff
path: root/src/if_lua.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_lua.c')
-rw-r--r--src/if_lua.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/if_lua.c b/src/if_lua.c
index 3062de8cf..d3c6a4220 100644
--- a/src/if_lua.c
+++ b/src/if_lua.c
@@ -9,12 +9,11 @@
* See README.txt for an overview of the Vim source code.
*/
-#include <stdio.h>
-#include <string.h>
+#include "vim.h"
+
#include <lua.h>
#include <lualib.h>
#include <lauxlib.h>
-#include "vim.h"
/* Only do the following when the feature is enabled. Needed for "make
* depend". */