forked from Imagelibrary/binutils-gdb
* end.c: Include config.h before system header files.
* erc32.c: Likewise. * exec.c: Likewise. * float.c: Likewise. * func.c: Likewise. * help.c: Likewise. * interf.c: Likewise.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
|
||||
int
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
|
||||
/* The control space devices */
|
||||
|
||||
#include "config.h"
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "sis.h"
|
||||
#include "end.h"
|
||||
#include <math.h>
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
* This can also be done using ieee_flags() library routine on sun.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "sis.h"
|
||||
|
||||
/* Forward declarations */
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#include "sis.h"
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user