intel/brw: Remove 'using namespace brw' directives

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33418>
This commit is contained in:
Caio Oliveira
2025-01-31 17:28:06 -08:00
parent 21cbe00094
commit ea87bab4ce
43 changed files with 0 additions and 86 deletions
@@ -8,8 +8,6 @@
#include "brw_builder.h"
#include "brw_cfg.h"
using namespace brw;
struct FSCombineConstantsTest : public ::testing::Test {
FSCombineConstantsTest() {
mem_ctx = ralloc_context(NULL);