projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
549ce30
)
gallium/trace: remove unneeded path prefixes on #includes
author
Brian Paul
<brianp@vmware.com>
Fri, 26 Feb 2010 17:43:19 +0000
(10:43 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 26 Feb 2010 17:43:19 +0000
(10:43 -0700)
src/gallium/drivers/trace/tr_drm.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/trace/tr_drm.c
b/src/gallium/drivers/trace/tr_drm.c
index b8adde77f109a29fa9682d388d3399da18be5491..2b4915003e2123d9f11aa1922b338bc4e3a7bbc1 100644
(file)
--- a/
src/gallium/drivers/trace/tr_drm.c
+++ b/
src/gallium/drivers/trace/tr_drm.c
@@
-28,11
+28,11
@@
#include "state_tracker/drm_api.h"
#include "util/u_memory.h"
-#include "tr
ace/tr
_drm.h"
-#include "tr
ace/tr
_screen.h"
-#include "tr
ace/tr
_context.h"
-#include "tr
ace/tr
_buffer.h"
-#include "tr
ace/tr
_texture.h"
+#include "tr_drm.h"
+#include "tr_screen.h"
+#include "tr_context.h"
+#include "tr_buffer.h"
+#include "tr_texture.h"
struct trace_drm_api
{