projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83f1183
)
gallium/identity: remove unneeded path prefixes on #includes
author
Brian Paul
<brianp@vmware.com>
Fri, 26 Feb 2010 17:43:04 +0000
(10:43 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 26 Feb 2010 17:43:04 +0000
(10:43 -0700)
src/gallium/drivers/identity/id_drm.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/identity/id_drm.c
b/src/gallium/drivers/identity/id_drm.c
index b89724e4f32185c050f10b71399520a68e65d2d6..f258c38cd71e313694955bbde86ff31b2888b426 100644
(file)
--- a/
src/gallium/drivers/identity/id_drm.c
+++ b/
src/gallium/drivers/identity/id_drm.c
@@
-28,11
+28,11
@@
#include "state_tracker/drm_api.h"
#include "util/u_memory.h"
-#include "id
entity/id
_drm.h"
-#include "id
entity/id
_screen.h"
-#include "id
entity/id
_public.h"
-#include "id
entity/id
_screen.h"
-#include "id
entity/id
_objects.h"
+#include "id_drm.h"
+#include "id_screen.h"
+#include "id_public.h"
+#include "id_screen.h"
+#include "id_objects.h"
struct identity_drm_api
{