1
0
mirror of https://github.com/lua/lua synced 2026-06-08 15:34:49 +00:00

removed useless 'include math.h'

This commit is contained in:
Roberto Ierusalimschy
2014-10-28 15:27:50 -02:00
parent 4b526045fa
commit 9de384e27a
+1 -2
View File
@@ -1,11 +1,10 @@
/*
** $Id: lapi.c,v 2.238 2014/10/17 19:17:55 roberto Exp roberto $
** $Id: lapi.c,v 2.239 2014/10/25 11:50:46 roberto Exp roberto $
** Lua API
** See Copyright Notice in lua.h
*/
#include <math.h>
#include <stdarg.h>
#include <string.h>