commit 4e91384e14bd8d28c7871ea0c2fb339520290f99
parent de79e7fc586c0b60a04823c0e930b227af2828d8
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Thu, 18 Dec 1997 17:11:22 -0200
sorting the includes...
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/liolib.c b/liolib.c
@@ -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
** See Copyright Notice in lua.h
*/
+#include <errno.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <time.h>
-#include <stdlib.h>
-#include <errno.h>
#include "lauxlib.h"
#include "lua.h"