#!/bin/sh

sed -e "/	VstFileType (.*/,/	}/d" aeffectx.h >aeffectx.h.new
mv -f aeffectx.h.new aeffectx.h
