summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirLua/src/stdafx.h')
-rw-r--r--plugins/MirLua/src/stdafx.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h
index 2aabb9c8a5..c24b840447 100644
--- a/plugins/MirLua/src/stdafx.h
+++ b/plugins/MirLua/src/stdafx.h
@@ -37,7 +37,6 @@
class CMLuaScript;
-#include "lua.h"
#include "plugin.h"
#include "modules.h"
#include "environment.h"
@@ -72,8 +71,6 @@ void LoadIcons();
HICON GetIcon(int iconId);
HANDLE GetIconHandle(int iconId);
-int OnOptionsInit(WPARAM wParam, LPARAM);
-
/* utils */
void Log(const char *format, ...);