summaryrefslogtreecommitdiff
path: root/src/rhd_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rhd_driver.c')
-rw-r--r--src/rhd_driver.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/rhd_driver.c b/src/rhd_driver.c
index c8cd04a..2d7e48f 100644
--- a/src/rhd_driver.c
+++ b/src/rhd_driver.c
@@ -88,7 +88,6 @@
#ifdef USE_DRI
#define _XF86DRI_SERVER_
#include "dri.h"
-#include "GL/glxint.h"
#ifdef HAVE_XF86DRMMODE_H
#include "xf86drmMode.h"
#endif
@@ -1155,8 +1154,7 @@ RHDScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv)
#ifdef USE_DRI
/* Setup DRI after visuals have been established, but before fbScreenInit is
- * called. fbScreenInit will eventually call the driver's InitGLXVisuals
- * call back. */
+ * called. */
if (rhdPtr->dri)
DriScreenInited = RHDDRIScreenInit(pScreen);
#endif