Rationalised use of #includes to be more standards-compliant.

This commit is contained in:
dtrg
2006-07-19 14:09:05 +00:00
parent 4b79248af9
commit 6073ee934e
7 changed files with 30 additions and 14 deletions

View File

@@ -3,6 +3,9 @@
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#include <stdlib.h>
#include <string.h>
#include <em.h>
#include <em_mes.h>

View File

@@ -3,6 +3,9 @@
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#include <stdlib.h>
#include <string.h>
#include <em.h>
#include <em_mes.h>

View File

@@ -3,6 +3,9 @@
* (c) copyright 1990 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#include <stdlib.h>
#include <string.h>
#include <em.h>
#include <em_mes.h>

View File

@@ -3,6 +3,9 @@
* (c) copyright 1990 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#include <stdlib.h>
#include <string.h>
#include <em.h>
#include <em_mes.h>