#include 'c.js';
#target 'illustrator';
(function(){
c('selection').filter('rasterItems').each(function(){
	this.remove();
});
})();