aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-07-14 16:55:19 +0200
committercbdev <cb@cbcdn.com>2019-07-14 16:55:19 +0200
commit99f54f6d15d9e286fb0b47cf21b32318767d3c2a (patch)
treedd3f017ec8ef9a007367c1f178a49ddb5704ae71
parentf4f6f8c84a685b83f2406f8efb148b6699be14e9 (diff)
downloadmidimonster-99f54f6d15d9e286fb0b47cf21b32318767d3c2a.tar.gz
midimonster-99f54f6d15d9e286fb0b47cf21b32318767d3c2a.tar.bz2
midimonster-99f54f6d15d9e286fb0b47cf21b32318767d3c2a.zip
Fix header ordering
-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"