if(!new java.io.File(libpath).exists()) {
//System.out.println("Ignoring import: " + type.getBase() + " -> " + libpath);
return;
}*/
Library lib = f.getCompiler().getLibrary();
if(lib.classExists(type.getBase())) {
return;
}
cf.addInclude(type.resolveType(f));
//System.out.println("Add import: " + type.getBase());