Merge pull request #2862 from RosettaCommons/roccomoretti/header_using_as_typedef_fix
Fix the `header_using_check` integration test to allow new using syntax.
The new syntax (with a = in the line) is a replacement for typedef, rather than a questionable/objectionable use of using, so don't raise a warning/error on it.