Use C-style system headers in C++ code to avoid issues with std:: namespace
This commit is contained in:
parent
5a1fbf0f70
commit
497baf4e4a
25 changed files with 8 additions and 58 deletions
|
|
@ -32,8 +32,6 @@
|
|||
#include "ir_variable_refcount.h"
|
||||
#include "glsl_types.h"
|
||||
|
||||
using std::printf;
|
||||
|
||||
static bool debug = false;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue