diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-12-06 19:27:52 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-12-06 19:27:52 +0000 |
commit | 6512084bf5cb6f40060cb0c9d8cb518b7417e373 (patch) | |
tree | 721e0e28c9df6a9b923a501289ab8f85a26a9dce /plugins/MirLua/src/mlua_metatable.h | |
parent | 89c3cab45a1cfd8f4ad32a7aad77e166b2eff49d (diff) |
MirLua: added schedule module
git-svn-id: http://svn.miranda-ng.org/main/trunk@15821 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/mlua_metatable.h')
-rw-r--r-- | plugins/MirLua/src/mlua_metatable.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/MirLua/src/mlua_metatable.h b/plugins/MirLua/src/mlua_metatable.h index b0d31cf707..f2143d5f27 100644 --- a/plugins/MirLua/src/mlua_metatable.h +++ b/plugins/MirLua/src/mlua_metatable.h @@ -1,9 +1,6 @@ #ifndef _LUA_METATABLE_H_
#define _LUA_METATABLE_H_
-#include <map>
-#include <string>
-
#define LUA_TINTEGER LUA_NUMTAGS + 1
#define LUA_TSTRINGA LUA_NUMTAGS + 2
#define LUA_TSTRINGW LUA_NUMTAGS + 3
|