summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2003-12-04 16:07:17 +0000
committerAlan Hourihane <alanh@tungstengraphics.com>2003-12-04 16:07:17 +0000
commit4abac931e8711468b874071a0d611f52d7aa2c9b (patch)
tree57889a60510462509fd3293466ea445f0174b01d /src/mesa/drivers
parentfaf4059aa8cc477732eaebffe2af2d3ace10d043 (diff)
build fixes
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r--src/mesa/drivers/dri/ffb/ffb_tris.c1
-rw-r--r--src/mesa/drivers/dri/ffb/ffb_vb.c1
-rw-r--r--src/mesa/drivers/dri/ffb/ffb_vtxfmt.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/ffb/ffb_tris.c b/src/mesa/drivers/dri/ffb/ffb_tris.c
index 63113f09ce..62c74247b0 100644
--- a/src/mesa/drivers/dri/ffb/ffb_tris.c
+++ b/src/mesa/drivers/dri/ffb/ffb_tris.c
@@ -28,7 +28,6 @@
#include "glheader.h"
#include "mtypes.h"
#include "macros.h"
-#include "mmath.h"
#include "swrast/swrast.h"
#include "swrast_setup/swrast_setup.h"
#include "swrast/s_context.h"
diff --git a/src/mesa/drivers/dri/ffb/ffb_vb.c b/src/mesa/drivers/dri/ffb/ffb_vb.c
index 40820c6414..09c9d041ee 100644
--- a/src/mesa/drivers/dri/ffb/ffb_vb.c
+++ b/src/mesa/drivers/dri/ffb/ffb_vb.c
@@ -28,7 +28,6 @@
#include "ffb_xmesa.h"
#include "ffb_context.h"
#include "ffb_vb.h"
-#include "mmath.h"
#include "imports.h"
#include "tnl/t_context.h"
#include "swrast_setup/swrast_setup.h"
diff --git a/src/mesa/drivers/dri/ffb/ffb_vtxfmt.c b/src/mesa/drivers/dri/ffb/ffb_vtxfmt.c
index 5f6d5c902d..56d3ec38b6 100644
--- a/src/mesa/drivers/dri/ffb/ffb_vtxfmt.c
+++ b/src/mesa/drivers/dri/ffb/ffb_vtxfmt.c
@@ -31,7 +31,6 @@
#include "light.h"
#include "macros.h"
#include "imports.h"
-#include "mmath.h"
#include "mtypes.h"
#include "simple_list.h"
#include "vtxfmt.h"