aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/lua.c
diff options
context:
space:
mode:
Diffstat (limited to 'backends/lua.c')
-rw-r--r--backends/lua.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/lua.c b/backends/lua.c
index 43a6fcc..8e221d1 100644
--- a/backends/lua.c
+++ b/backends/lua.c
@@ -1,3 +1,5 @@
+#include "lua.h"
+
#include <string.h>
#include <unistd.h>
#include <errno.h>
@@ -5,8 +7,6 @@
#include <sys/timerfd.h>
#endif
-#include "lua.h"
-
#define BACKEND_NAME "lua"
#define LUA_REGISTRY_KEY "_midimonster_lua_instance"