Use C-style system headers in C++ code to avoid issues with std:: namespace
This commit is contained in:
@@ -37,9 +37,6 @@
|
||||
#include "ir_optimization.h"
|
||||
#include "glsl_types.h"
|
||||
|
||||
using std::calloc;
|
||||
using std::free;
|
||||
|
||||
struct assignment_entry {
|
||||
exec_node link;
|
||||
int assignment_count;
|
||||
|
||||
Reference in New Issue
Block a user