include_rules = [
  "+absl",
  "+benchmark",
  "+dpf",
  "+google/protobuf",
]

specific_include_rules = {
  "logging\.h": [
    "+base/check.h"
  ]
}