Rename interpretor to interpreter.
[Faustine.git] / interpretor / preprocessor / faust-0.9.47mr3 / compiler / headers / colorize.h
diff --git a/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/colorize.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/colorize.h
deleted file mode 100644 (file)
index 1a50216..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __COLORIZE__
-#define __COLORIZE__
-
-#include <set>
-#include <algorithm>
-#include <iterator>
-
-#include "tlib.hh"
-
-void splitDependance(const set<Tree>& exps, set<Tree>& post, set<Tree>& pre);
-
-#endif