[Mesa-dev] [PATCH 1/2] i965/vec4: Remove unnecessary #includes from the generator.

Iago Toral itoral at igalia.com
Tue Oct 27 04:11:01 PDT 2015


Reviewed-by: Iago Toral Quiroga <itoral at igalia.com>

On Sat, 2015-10-24 at 13:20 -0700, Matt Turner wrote:
> ---
>  src/mesa/drivers/dri/i965/brw_vec4_generator.cpp | 8 --------
>  1 file changed, 8 deletions(-)
> 
> diff --git a/src/mesa/drivers/dri/i965/brw_vec4_generator.cpp b/src/mesa/drivers/dri/i965/brw_vec4_generator.cpp
> index 6569d81..d50184a 100644
> --- a/src/mesa/drivers/dri/i965/brw_vec4_generator.cpp
> +++ b/src/mesa/drivers/dri/i965/brw_vec4_generator.cpp
> @@ -20,18 +20,10 @@
>   * IN THE SOFTWARE.
>   */
>  
> -#include <ctype.h>
>  #include "glsl/glsl_parser_extras.h"
>  #include "brw_vec4.h"
>  #include "brw_cfg.h"
>  
> -extern "C" {
> -#include "brw_eu.h"
> -#include "main/macros.h"
> -#include "program/prog_print.h"
> -#include "program/prog_parameter.h"
> -};
> -
>  using namespace brw;
>  
>  static void




More information about the mesa-dev mailing list