Commit fa6c487d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove duplicate includes of <stdio.h>

Spotted while playing with: PC-lint Plus (RC1)
parent 78ee53e3
......@@ -1212,8 +1212,6 @@ file_header(fo)
fo.write("""
#include "config.h"
#include <stdio.h>
#include "vcc_compile.h"
const struct var vcc_vars[] = {
......
......@@ -31,7 +31,6 @@
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include "vcc_compile.h"
......
......@@ -33,7 +33,6 @@
#include <math.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
......
......@@ -29,7 +29,6 @@
#include "config.h"
#include <stdio.h>
#include <string.h>
#include "vcc_compile.h"
......
......@@ -55,7 +55,6 @@
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
......
......@@ -30,7 +30,6 @@
#include <ctype.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
......
......@@ -29,7 +29,6 @@
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
......
......@@ -29,7 +29,6 @@
#include "config.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <sys/socket.h>
......
......@@ -29,7 +29,6 @@
#include "config.h"
#include <dlfcn.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
......
......@@ -39,8 +39,6 @@
#include "config.h"
#include <stdio.h>
#include "vcc_compile.h"
/*--------------------------------------------------------------------*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment