Skip to content

remove unused tgsi header includes

Thomas Andersen requested to merge phomes/mesa:include-tgsi-cleanup2 into main

Many #includes have been left behind from various cleanups. This MR removes all the unused #includes. It also corrects some cases where one header is needed, but a different header file is included, which then just happen to also included the one needed.

Merge request reports