From af962e11830db02f4f33a69219155d1ddb7c04d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Marchesin?= Date: Tue, 4 Oct 2011 18:03:22 -0700 Subject: [PATCH] glsl: Remove unneeded headers. --- src/glsl/ir_validate.cpp | 1 - src/glsl/opt_function_inlining.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/src/glsl/ir_validate.cpp b/src/glsl/ir_validate.cpp index 2d1c6097c57..c387ecbcafd 100644 --- a/src/glsl/ir_validate.cpp +++ b/src/glsl/ir_validate.cpp @@ -33,7 +33,6 @@ * a dereference chain. */ -#include #include "ir.h" #include "ir_hierarchical_visitor.h" #include "program/hash_table.h" diff --git a/src/glsl/opt_function_inlining.cpp b/src/glsl/opt_function_inlining.cpp index 8fef358cc97..ec8b72c632f 100644 --- a/src/glsl/opt_function_inlining.cpp +++ b/src/glsl/opt_function_inlining.cpp @@ -27,7 +27,6 @@ * Replaces calls to functions with the body of the function. */ -#include #include "ir.h" #include "ir_visitor.h" #include "ir_function_inlining.h" -- 2.30.2