build: remove #include "config.h" from target dependent files

This is to make cross build of libtcc1.a easier.
This commit is contained in:
grischka
2010-11-26 20:45:10 +01:00
parent c4eef48025
commit 9bd69bf49f
7 changed files with 20 additions and 27 deletions

View File

@ -26,7 +26,6 @@
#include <windows.h>
#include <stdio.h>
#include <malloc.h>
#include "../../config.h"
char *get_export_names(FILE *fp);
#define tcc_free free

View File

@ -25,7 +25,6 @@
#include <io.h> /* for mktemp */
#endif
#include "../../config.h"
#include "../../elf.h"
#define ARMAG "!<arch>\n"