Rationalised use of #includes to be more standards-compliant.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
/* $Id$ */
|
||||
|
||||
#include <flt_arith.h>
|
||||
#include "flt_arith.h"
|
||||
|
||||
/* some short-hands ... */
|
||||
#define m1 flt_mantissa.flt_h_32
|
||||
|
||||
Reference in New Issue
Block a user