New directory tree, with preprocessor/ inside interpretor/.
[Faustine.git] / interpretor / preprocessor / faust-0.9.47mr3 / compiler / headers / labels.hh
diff --git a/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/labels.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/labels.hh
new file mode 100644 (file)
index 0000000..c2f80fc
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef __LABELS__
+#define __LABELS__
+#include "tlib.hh"
+#include "boxes.hh"
+#include "signals.hh"
+
+
+Tree normalizePath(Tree path);
+
+#endif