summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGeorge Sapountzis <[email protected]>2011-11-03 14:38:31 +0200
committerGeorge Sapountzis <[email protected]>2011-11-04 23:33:05 +0200
commit3e80a3431571e0ae9fb1ef13367bba559139c6d2 (patch)
tree97f6f9371ee822eb95f862df47b0a137b03a962b /src
parentceda4da8573cca85e02d0e7c2db41f9151683321 (diff)
dri: drop stray includes and typedef
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/common/dri_util.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mesa/drivers/dri/common/dri_util.c b/src/mesa/drivers/dri/common/dri_util.c
index 13ba061c1dc..eb5b5d9d6e5 100644
--- a/src/mesa/drivers/dri/common/dri_util.c
+++ b/src/mesa/drivers/dri/common/dri_util.c
@@ -15,13 +15,6 @@
*/
-#include <assert.h>
-#include <stdarg.h>
-#include <stdio.h>
-
-#include "main/imports.h"
-
-#include <drm.h>
#include <xf86drm.h>
#include "dri_util.h"
#include "utils.h"
@@ -37,10 +30,6 @@ PUBLIC const char __dri2ConfigOptions[] =
static const uint __dri2NConfigOptions = 1;
-#ifndef GLX_OML_sync_control
-typedef GLboolean ( * PFNGLXGETMSCRATEOMLPROC) (__DRIdrawable *drawable, int32_t *numerator, int32_t *denominator);
-#endif
-
static void dri_get_drawable(__DRIdrawable *pdp);
static void dri_put_drawable(__DRIdrawable *pdp);