for file in $*
do
	sed -e "s:<midi.h>:<carl/libcarlmidi.h>:g" $file > /tmp/$$
	mv /tmp/$$ $file
done
