Title: 
  Name clash in a module that imports the target
Goal: 
  Try to move the declaration of record `person' from module `mr08' to the 
  header file `header.hrl'.
Parameters: 
  [{file,"mr08.erl"},{reclist,[person]},{filename,"header.hrl"}].
Documentation: 
  The transformation is refused because `another.erl' includes `header.hrl',
  and `another.erl' already contains a record declaration `person'. Moving
  another definition for record `person' into `header.hrl' would cause a 
  name clash in `another.erl'.
