Sanitised the use of #include files to more properly conform to the standards.

This commit is contained in:
dtrg
2006-10-16 23:20:11 +00:00
parent 8601c6c5bf
commit 4659f40b18
4 changed files with 9 additions and 8 deletions

View File

@@ -4,9 +4,10 @@
*/
/* $Id$ */
#include "out.h"
#include <signal.h>
#include <stdlib.h>
#include <stdio.h>
#include <signal.h>
#include "out.h"
/*