Title: 
  Moving a record to a module from a header used by multiple modules
Goal: 
  Try to move the declaration of record `person' from the header file
  `person.hrl' to the module `mr09'.
Parameters: 
  [{file,"person.hrl"},{reclist,[person]},{filename,"mr09.erl"}].
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'.
