From: Brian Date: Sat, 27 Oct 2007 15:36:43 +0000 (-0600) Subject: remove #define MESA stuff X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e807b1900ff0a5661246d8eeff8b8e230231ad60;p=mesa.git remove #define MESA stuff --- diff --git a/src/mesa/pipe/tgsi/exec/tgsi_exec.c b/src/mesa/pipe/tgsi/exec/tgsi_exec.c index d16b8d50b6f..bd57076d75b 100644 --- a/src/mesa/pipe/tgsi/exec/tgsi_exec.c +++ b/src/mesa/pipe/tgsi/exec/tgsi_exec.c @@ -54,11 +54,6 @@ #include "tgsi_core.h" #include "pipe/p_state.h" -#define MESA 1 -#if MESA -#include "main/context.h" -#include "main/macros.h" -#endif #define TILE_TOP_LEFT 0 #define TILE_TOP_RIGHT 1