aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lapi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lapi.c b/lapi.c
index 209b6b5e..99ed3d41 100644
--- a/lapi.c
+++ b/lapi.c
@@ -1,11 +1,10 @@
1/* 1/*
2** $Id: lapi.c,v 2.238 2014/10/17 19:17:55 roberto Exp roberto $ 2** $Id: lapi.c,v 2.239 2014/10/25 11:50:46 roberto Exp roberto $
3** Lua API 3** Lua API
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
6 6
7 7
8#include <math.h>
9#include <stdarg.h> 8#include <stdarg.h>
10#include <string.h> 9#include <string.h>
11 10