commit | dea0d684b73621d76e82e88a3f30426751371161 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Tue Aug 23 10:23:17 2022 -0700 |
committer | Marge Bot <emma+marge@anholt.net> | Thu Aug 25 21:00:14 2022 +0000 |
tree | 1e302ec1a32193037d82366ddb3eb408ad3c5121 | |
parent | 0d57cf8cad63ee39668fc89373a9eb6a26e65e65 [diff] |
util/u_trace: include the generated header first This is a good practice to make sure the generated header is self-contained (no missing includes, declarations, etc.). Remove unnecessary SOURCE header scope from the default. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18238>