undo Johan's changes for the moment
[fw/sdcc] / src / SDCClabel.c
index 99d3080eb4c0f1ecf423c548e0f95a715c3e6f1e..d579fe9a18413daeb2863223e359ce9adc6a5021 100644 (file)
     You are forbidden to forbid anyone else to use, share and improve
     what you give them.   Help stamp out software-hoarding!  
 -------------------------------------------------------------------------*/
-#include <stdio.h>
-#include <stdlib.h>
-#include "SDCCglobl.h"
-#include "SDCCast.h"
-#include "SDCCmem.h"
-#include "SDCCy.h"
-#include "SDCChasht.h"
-#include "SDCCbitv.h"
-#include "SDCCset.h"
-#include "SDCCicode.h"
-#include "SDCClabel.h"
+
+#include "common.h"
 
 hTab *labelRef = NULL ;
 hTab *labelDef = NULL ;