aboutsummaryrefslogtreecommitdiff
path: root/src/niagara.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-01-03 11:27:37 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-01-03 11:27:37 +0000
commitcecea45d580c99f052409a53e7c3007754e9f3f5 (patch)
tree0cbbb77d16cd34725115b3f16d8d4e280b0f8bac /src/niagara.c
parent34a2ba5cba836ebc1211b33381c648160ca71ef5 (diff)
cleanup includes
svn path=/trunk/externals/zexy/; revision=9112
Diffstat (limited to 'src/niagara.c')
-rw-r--r--src/niagara.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/niagara.c b/src/niagara.c
index 20dddf8..0a2cdde 100644
--- a/src/niagara.c
+++ b/src/niagara.c
@@ -17,15 +17,14 @@
/* 3108:forum::für::umläute:2000 */
#include "zexy.h"
-#include <string.h>
-#include <memory.h>
-
/* ------------------------- niagara ------------------------------- */
/*
-divides a package into 2 sub-packages at a specified point
-like the niagara-falls, some water goes down to the left side, the rest to the right side, devided by the rock
+ divides a package into 2 sub-packages at a specified point
+ like the niagara-falls, some water goes down to the left side, the rest to the right side, devided by the rock
+
+ nowadays you can do this with [list split] (though this cannot handle negative indices)
*/
static t_class *niagara_class;