Unqualified include `proto/domain.thrift` is ambiguous. There's
`domain.thrift` both in damsel and payout-manager-proto. Ideally we need
qualified include (e.g. `include "payout-manager-proto/proto/domain.thrift"`)
but in the meantime dropping dependency will suffice, there was just a
single typedef reference anyway.