projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eed3db
)
dri/common: remove duplicated include
author
Nicolas Kaiser
<nikai@nikai.net>
Thu, 30 Sep 2010 14:36:12 +0000
(07:36 -0700)
committer
Brian Paul
<brianp@vmware.com>
Thu, 30 Sep 2010 15:36:24 +0000
(09:36 -0600)
Remove duplicated include.
Signed-off-by: Brian Paul <brianp@vmware.com>
src/mesa/drivers/dri/common/vblank.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/common/vblank.h
b/src/mesa/drivers/dri/common/vblank.h
index 29d1ad8003bff84ed7dc492f76bea0cd5cd22025..067fb5ed8d6960325759d40e66f9ee385a7b4414 100644
(file)
--- a/
src/mesa/drivers/dri/common/vblank.h
+++ b/
src/mesa/drivers/dri/common/vblank.h
@@
-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 ); \