Title: 
  From header file to module
Goal: 
  Move the declaration of record `person' from the header file `person.hrl'
  to module `mr04' .
Parameters: 
  [{file,"person.hrl"},{reclist,[person]},{filename,"mr04.erl"}].
Documentation: 
  Remove the record declaration from `person.hrl', and insert it into 
  `mr04.erl' before the first function declaration. This is only possible
  if the record declaration is not referenced in any other modules.
