Merge common.h into linkdefs.h

This commit is contained in:
ISSOtm
2020-02-03 14:50:00 +01:00
parent 20e5685c1a
commit 09dff85d5b
7 changed files with 33 additions and 51 deletions

View File

@@ -31,7 +31,6 @@
#include "extern/utf8decoder.h"
#include "common.h"
#include "linkdefs.h"
uint32_t nListCountEmpty;

View File

@@ -28,7 +28,6 @@
#include "extern/err.h"
#include "common.h"
#include "linkdefs.h"
void out_SetCurrentSection(struct Section *pSect);

View File

@@ -21,7 +21,6 @@
#include "extern/err.h"
#include "linkdefs.h"
#include "common.h"
static struct SymbolList {
size_t nbSymbols;

View File

@@ -14,7 +14,6 @@
#include "extern/err.h"
#include "hashmap.h"
#include "common.h"
uint16_t startaddr[] = {
[SECTTYPE_ROM0] = 0x0000,