More shifting. Remove SDCCralloc.h, made all in mcs51 static,
[fw/sdcc] / src / SDCCmem.c
index df35a568eb17231459529b057a2134102f453062..6ba284b9b370e997c3449ffdeb07de1e2a331e9b 100644 (file)
@@ -2,17 +2,7 @@
 /* SDCCmem.c - 8051 memory management routines                    */
 /*-----------------------------------------------------------------*/
 
-#include <stdio.h>
-#include <string.h>
-#include "SDCCglobl.h"
-#include "SDCCsymt.h"
-#include "SDCCmem.h"
-#include "SDCCval.h"
-#include "SDCCast.h"
-#include "SDCChasht.h"
-#include "SDCCset.h"
-#include "SDCCicode.h"
-#include "SDCCopt.h"
+#include "common.h"
 
 /* memory segments */
 memmap  *xstack= NULL ;         /* xternal stack data         */