dri: Remove cliprect information from __DRIdrawable
[mesa.git] / src / mesa / drivers / dri / common / vblank.h
index 29d1ad8003bff84ed7dc492f76bea0cd5cd22025..067fb5ed8d6960325759d40e66f9ee385a7b4414 100644 (file)
@@ -61,10 +61,6 @@ extern int driWaitForVBlank( __DRIdrawable *priv,
 #include <unistd.h>  /* for usleep() */
 #include <sched.h>   /* for sched_yield() */
 
-#ifdef linux
-#include <sched.h>   /* for sched_yield() */
-#endif
-
 #define DO_USLEEP(nr)                                                  \
    do {                                                                        \
       if (0) fprintf(stderr, "%s: usleep for %u\n", __FUNCTION__, nr );        \