diff options
author | Vinson Lee <[email protected]> | 2010-04-24 23:14:27 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-04-24 23:14:27 -0700 |
commit | 9bc54ca991e15d3a8200f4d64e778bba19338ef5 (patch) | |
tree | 9487261b918d4401342e04925b89cbf6e49c6bb0 | |
parent | bd93670bfdc1690ec9846ebe78156f1c3ef357d3 (diff) |
dri: Remove unnecessary header.
-rw-r--r-- | src/mesa/drivers/dri/common/dri_util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/common/dri_util.c b/src/mesa/drivers/dri/common/dri_util.c index 8b3d8c27ce4..11c189a6600 100644 --- a/src/mesa/drivers/dri/common/dri_util.c +++ b/src/mesa/drivers/dri/common/dri_util.c @@ -31,7 +31,6 @@ #include "dri_util.h" #include "drm_sarea.h" #include "utils.h" -#include "vblank.h" #include "xmlpool.h" PUBLIC const char __dri2ConfigOptions[] = |