Title: 
  From header file to another header file
Goal: 
  Move the declaration of record `person' from the header file `header1.hdr' 
  to the header file `header2.hrl'.
Parameters: 
  [{file,"header1.hrl"},{reclist,[person]},{filename,"header2.hrl"}].
Documentation: 
  Remove the record declaration from `header1.erl', append it to `header2.hrl'
  and insert an include form before the first function declaration of every 
  module (`mr05.erl' in this case) where the record is used.
