summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsapountzis@gmail.com>2010-03-14 11:36:46 +0200
committerGeorge Sapountzis <gsapountzis@gmail.com>2010-03-15 01:17:18 +0200
commite557c2e14f1481abff75af912feb5dce79a65ab8 (patch)
treefd2b5a67dda9dccca3c970949093f56f68b2f640 /src/mesa/drivers/dri/common
parente60693efda7826bf26ffb9993c6dfba3b8c8a812 (diff)
dri/swrast: drop mtypes.h from dri_sw
Diffstat (limited to 'src/mesa/drivers/dri/common')
-rw-r--r--src/mesa/drivers/dri/common/dri_sw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/common/dri_sw.h b/src/mesa/drivers/dri/common/dri_sw.h
index 89369a9d00..e353e26b34 100644
--- a/src/mesa/drivers/dri/common/dri_sw.h
+++ b/src/mesa/drivers/dri/common/dri_sw.h
@@ -26,8 +26,8 @@
#define _DRI_SW_H
#include <GL/gl.h>
+#include <GL/internal/glcore.h>
#include <GL/internal/dri_interface.h>
-#include "main/mtypes.h"
/**