summaryrefslogtreecommitdiff
path: root/src/glsl/ast_expr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/ast_expr.cpp')
-rw-r--r--src/glsl/ast_expr.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/glsl/ast_expr.cpp b/src/glsl/ast_expr.cpp
index 974beb9f61..e624d11cf3 100644
--- a/src/glsl/ast_expr.cpp
+++ b/src/glsl/ast_expr.cpp
@@ -20,12 +20,9 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*/
-#include <cstdio>
-#include <cassert>
+#include <assert.h>
#include "ast.h"
-using std::printf;
-
const char *
ast_expression::operator_string(enum ast_operators op)
{