1# -*- Mode: Python; -*-
2
3include_rules = [
4  # libcast sender code must not depend on the receiver.
5  '+cast/common',
6  '+cast/sender',
7]
8