Title: Remove an include that is no longer used after a move
Goal: accept
Parameters: [{file,"remincl.erl"},{funlist,[{f,0}]},{name,"reminclt"}].
Documentation: The function can be moved. The function will be exported in the target, as it was exported in the source. The target needs to import the header file. The include attribute can be removed from the source, as nothing is used from the header. The unused import attribute can also be removed from the source. The qualifiers must stay the same.