Skip to content
  • Brad King's avatar
    Remove useless include file filters · d4e26b7e
    Brad King authored
    The commit "Cleanup regular expressions" removed real include filter
    expressions and replaced them with lines like
    
      INCLUDE_REGULAR_EXPRESSION("^.*$")
    
    that do no filtering.  We simplify the change by removing the lines
    altogether.
    d4e26b7e