* Added common.h
[fw/sdcc] / src / SDCCcflow.c
index 0b379494587a027de84b15a0dc5eb6bf527dfd2a..9c6ac3bb66ab8ae7b65312deca691e163ef24314 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 "SDCCBBlock.h"
-#include "SDCCcse.h"
-#include "SDCCcflow.h"
+
+#include "common.h"
 
 /*-----------------------------------------------------------------*/
 /* domSetFromVect - creates a domset from the vector               */