1
0
mirror of https://github.com/lua/lua.git synced 2025-01-28 06:03:00 +08:00

sorting the includes...

This commit is contained in:
Roberto Ierusalimschy 1997-12-18 17:11:43 -02:00
parent de79e7fc58
commit 4e91384e14

View File

@ -1,15 +1,15 @@
/* /*
** $Id: liolib.c,v 1.10 1997/12/17 20:48:58 roberto Exp roberto $ ** $Id: liolib.c,v 1.11 1997/12/18 18:32:39 roberto Exp roberto $
** Standard I/O (and system) library ** Standard I/O (and system) library
** See Copyright Notice in lua.h ** See Copyright Notice in lua.h
*/ */
#include <errno.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include <string.h> #include <string.h>
#include <time.h> #include <time.h>
#include <stdlib.h>
#include <errno.h>
#include "lauxlib.h" #include "lauxlib.h"
#include "lua.h" #include "lua.h"