From 2279f718de746d5fed3b64df74e9c47af98975b5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 13 May 2014 01:14:07 +0200 Subject: player: reorganize how lua scripts are loaded Make loading of scripts independent of Lua. Move some of the loading code from lua.c to scripting.c, and make it easier to add new scripting backends. --- player/command.c | 1 - 1 file changed, 1 deletion(-) (limited to 'player/command.c') diff --git a/player/command.c b/player/command.c index ec05e8cc40..512f2b478a 100644 --- a/player/command.c +++ b/player/command.c @@ -75,7 +75,6 @@ #include "osdep/io.h" #include "core.h" -#include "lua.h" struct command_ctx { double last_seek_time; -- cgit v1.2.3