00001 #ifndef __COLORIZE__ 00002 #define __COLORIZE__ 00003 00004 #include <set> 00005 #include <algorithm> 00006 00007 #include "tlib.hh" 00008 00009 void splitDependance(const set<Tree>& exps, set<Tree>& post, set<Tree>& pre); 00010 00011 #endif