diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-02-18 09:13:18 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-02-18 09:13:18 +0000 |
commit | 73a0b84498501c1e2907f1cdc5f222f1f400edfd (patch) | |
tree | 0317999b0f7b131b58eed6a25ffe6d2cb3dbe2e8 /plugins/MirLua/src/stdafx.h | |
parent | 540ac837514edcd79a64ffaf582ce4d9d5f0e478 (diff) |
MirLua:
- m_msg_buttonsbar moved to separate lua library
- fixed loading of other c modules
git-svn-id: http://svn.miranda-ng.org/main/trunk@16300 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/stdafx.h')
-rw-r--r-- | plugins/MirLua/src/stdafx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h index 7e6f966375..58cfb263ed 100644 --- a/plugins/MirLua/src/stdafx.h +++ b/plugins/MirLua/src/stdafx.h @@ -86,8 +86,6 @@ LUAMOD_API int (luaopen_m_hotkeys)(lua_State *L); #define MLUA_MESSAGE "m_message"
LUAMOD_API int (luaopen_m_message)(lua_State *L);
-#include "m_msg_buttonsbar.h"
-
#include "m_protocols.h"
#include "m_schedule.h"
|