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