From 20b274bb2bc8f7c03dcbef14c720072eb3fba141 Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <valenok@gmail.com>
Date: Tue, 27 Aug 2013 00:01:53 +0100
Subject: [PATCH] Using amalgamated lua

---
 examples/lua_dll.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/examples/lua_dll.c b/examples/lua_dll.c
index e914c944d..a998164f7 100644
--- a/examples/lua_dll.c
+++ b/examples/lua_dll.c
@@ -1,7 +1,5 @@
 #include <stdio.h>
-
-#include "lua.h"
-#include "lauxlib.h"
+#include "lua-5.2.1.h"
 
 static int smile(lua_State *L) {
   (void) L;  // Unused
-- 
GitLab