diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-12-18 17:11:43 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-12-18 17:11:43 -0200 |
commit | 4e91384e14bd8d28c7871ea0c2fb339520290f99 (patch) | |
tree | 28b6a019febab32b579c7a15300f586996af76f9 | |
parent | de79e7fc586c0b60a04823c0e930b227af2828d8 (diff) | |
download | lua-4e91384e14bd8d28c7871ea0c2fb339520290f99.tar.gz lua-4e91384e14bd8d28c7871ea0c2fb339520290f99.tar.bz2 lua-4e91384e14bd8d28c7871ea0c2fb339520290f99.zip |
sorting the includes...
-rw-r--r-- | liolib.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,15 +1,15 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: liolib.c,v 1.10 1997/12/17 20:48:58 roberto Exp roberto $ | 2 | ** $Id: liolib.c,v 1.11 1997/12/18 18:32:39 roberto Exp roberto $ |
3 | ** Standard I/O (and system) library | 3 | ** Standard I/O (and system) library |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
6 | 6 | ||
7 | 7 | ||
8 | #include <errno.h> | ||
8 | #include <stdio.h> | 9 | #include <stdio.h> |
10 | #include <stdlib.h> | ||
9 | #include <string.h> | 11 | #include <string.h> |
10 | #include <time.h> | 12 | #include <time.h> |
11 | #include <stdlib.h> | ||
12 | #include <errno.h> | ||
13 | 13 | ||
14 | #include "lauxlib.h" | 14 | #include "lauxlib.h" |
15 | #include "lua.h" | 15 | #include "lua.h" |