remove #define MESA stuff
authorBrian <brian.paul@tungstengraphics.com>
Sat, 27 Oct 2007 15:36:43 +0000 (09:36 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Sat, 27 Oct 2007 15:36:43 +0000 (09:36 -0600)
src/mesa/pipe/tgsi/exec/tgsi_exec.c

index d16b8d5..bd57076 100644 (file)
 #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