summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-09-18 16:39:09 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-09-18 16:39:09 +0000
commit3173277e20d7a2ed640298aa4f536f3903a0ef8b (patch)
treea53fd79e58be69ccb888e5575267712b1f9c5b9b /src/mesa/main/context.c
parent8512074b90ce965166b8a82f0bba7d98a2c4a6e5 (diff)
remove MESA_TRACE stuff
Diffstat (limited to 'src/mesa/main/context.c')
-rw-r--r--src/mesa/main/context.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c
index 7cfcedf780..ce3514213b 100644
--- a/src/mesa/main/context.c
+++ b/src/mesa/main/context.c
@@ -102,6 +102,9 @@
#include "pixel.h"
#include "points.h"
#include "polygon.h"
+#if FEATURE_NV_vertex_program || FEATURE_NV_fragment_program
+#include "program.h"
+#endif
#include "rastpos.h"
#include "simple_list.h"
#include "state.h"
@@ -111,9 +114,6 @@
#include "texstate.h"
#include "mtypes.h"
#include "varray.h"
-#if FEATURE_NV_vertex_program || FEATURE_NV_fragment_program
-#include "program.h"
-#endif
#include "vtxfmt.h"
#if _HAVE_FULL_GL
#include "math/m_translate.h"
@@ -122,11 +122,6 @@
#include "math/mathmod.h"
#endif
-#if defined(MESA_TRACE)
-#include "Trace/tr_context.h"
-#include "Trace/tr_wrapper.h"
-#endif
-
#ifdef USE_SPARC_ASM
#include "SPARC/sparc.h"
#endif