Use C-style system headers in C++ code to avoid issues with std:: namespace
[mesa.git] / src / glsl / link_functions.cpp
index 861fa39b51e0abc5600a5a3e9139a3e3d6c3b74e..5851c14d624ca9b5cda61a5a2876df39562bed94 100644 (file)
  * DEALINGS IN THE SOFTWARE.
  */
 
-#include <cstdlib>
-#include <cstdio>
-#include <cstdarg>
-
 #include "main/core.h"
 #include "glsl_symbol_table.h"
 #include "glsl_parser_extras.h"