[Mesa-dev] [PATCH 01/14] glsl: Remove unnecessary #include from ast_type.cpp.

Ian Romanick idr at freedesktop.org
Thu Jul 11 16:15:16 PDT 2013


I had a few style comments in patch 14.  The series is

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

On 06/29/2013 07:43 PM, Matt Turner wrote:
> ---
>   src/glsl/ast_type.cpp | 3 ---
>   1 file changed, 3 deletions(-)
>
> diff --git a/src/glsl/ast_type.cpp b/src/glsl/ast_type.cpp
> index 29493e2..be84550 100644
> --- a/src/glsl/ast_type.cpp
> +++ b/src/glsl/ast_type.cpp
> @@ -22,9 +22,6 @@
>    */
>
>   #include "ast.h"
> -extern "C" {
> -#include "program/symbol_table.h"
> -}
>
>   void
>   ast_type_specifier::print(void) const
>



More information about the mesa-dev mailing list