diff options
author | Vinson Lee <vlee@vmware.com> | 2010-03-25 22:40:03 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-03-25 22:40:03 -0700 |
commit | 8edf085c77c84c8b09762dab0dfd31fac51fe65d (patch) | |
tree | b5b66f4d0dea69589741469f7a4f84d8b7a2290d | |
parent | 87ac117d6717cca0b4d1452a7519a1baa962ebc1 (diff) |
identity: Remove unnecessary header.
-rw-r--r-- | src/gallium/drivers/identity/id_drm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/identity/id_drm.c b/src/gallium/drivers/identity/id_drm.c index 936ccc444a..26920fed08 100644 --- a/src/gallium/drivers/identity/id_drm.c +++ b/src/gallium/drivers/identity/id_drm.c @@ -31,7 +31,6 @@ #include "id_drm.h" #include "id_screen.h" #include "id_public.h" -#include "id_screen.h" #include "id_objects.h" struct identity_drm_api |