specific_include_rules = {
  "mutex_abseil\\.h": [
    "+absl/synchronization"
  ],
  ".*_benchmark\\.cc": [
    "+benchmark",
  ],
  ".*_unittest\\.cc": [
    "+benchmark",
  ]
}
