tree: clean up whitespace and includes
This commit is contained in:
parent
21feabdded
commit
bbf9b88c66
8 changed files with 9 additions and 21 deletions
|
@ -8,17 +8,14 @@
|
|||
* @module environ
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <lua.h>
|
||||
#include <lauxlib.h>
|
||||
|
||||
#include "callisto.h"
|
||||
|
||||
|
||||
extern char **environ;
|
||||
|
||||
/***
|
||||
* Table enabling easy access to environment
|
||||
* variables.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue