tree: clean up whitespace and includes
This commit is contained in:
parent
21feabdded
commit
bbf9b88c66
8 changed files with 9 additions and 21 deletions
|
@ -9,16 +9,14 @@
|
|||
* @module process
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <lua.h>
|
||||
#include <lauxlib.h>
|
||||
|
||||
#include "callisto.h"
|
||||
#include "util.h"
|
||||
|
||||
#define PID_MAX 8 /* rounded to the nearest even number */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue