mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
One of the upcoming commits will lead to a cyclic dependency of headers because `schema.hh` includes `index_prop_defs.hh`. To prevent that, we remove the include and replace it with a manually added alias. This is not a perfect solution, but doing it properly would require comprehensive changes. We can do that in a separate task.