diff options
author | Vinson Lee <[email protected]> | 2010-02-03 22:36:10 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-02-03 22:36:10 -0800 |
commit | 23b597cb6cf5ea71d8c9cf634ee9eea8996ab45a (patch) | |
tree | e8c32ce1eb2557ed7fb6df90c3f7e86593b68124 | |
parent | 18e00e5863fca96dc889ebd03682ee59c84a289e (diff) |
identity: Remove unnecessary header.
-rw-r--r-- | src/gallium/drivers/identity/id_objects.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/identity/id_objects.c b/src/gallium/drivers/identity/id_objects.c index 07aa01818d3..2b1a60c1bf1 100644 --- a/src/gallium/drivers/identity/id_objects.c +++ b/src/gallium/drivers/identity/id_objects.c @@ -28,7 +28,6 @@ #include "util/u_inlines.h" #include "util/u_memory.h" -#include "id_public.h" #include "id_screen.h" #include "id_objects.h" |