Use C-style system headers in C++ code to avoid issues with std:: namespace
[mesa.git] / src / glsl / s_expression.cpp
index 77ac08ac7ef4bc3a9ec7351694f5a973cfff69e6..a922a50d3b9dc1f03cafc2c2c3fd6510d75a7452 100644 (file)
@@ -22,9 +22,6 @@
  * DEALINGS IN THE SOFTWARE.
  */
 
-#include <cstdio>
-#include <cstdlib>
-#include <cstring>
 #include <assert.h>
 #include "s_expression.h"