Use C-style system headers in C++ code to avoid issues with std:: namespace
This commit is contained in:
@@ -39,9 +39,6 @@
|
||||
#include "program/hash_table.h"
|
||||
#include "glsl_types.h"
|
||||
|
||||
using std::abort;
|
||||
using std::printf;
|
||||
|
||||
class ir_validate : public ir_hierarchical_visitor {
|
||||
public:
|
||||
ir_validate()
|
||||
|
Reference in New Issue
Block a user