Mesa (master): gallium/trace: remove unneeded path prefixes on #includes

Brian Paul brianp at kemper.freedesktop.org
Fri Feb 26 17:44:48 UTC 2010


Module: Mesa
Branch: master
Commit: 3f9ec9aa96406356b1224c6926e263cb626b5c67
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f9ec9aa96406356b1224c6926e263cb626b5c67

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Feb 26 10:43:19 2010 -0700

gallium/trace: remove unneeded path prefixes on #includes

---

 src/gallium/drivers/trace/tr_drm.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/gallium/drivers/trace/tr_drm.c b/src/gallium/drivers/trace/tr_drm.c
index b8adde7..2b49150 100644
--- 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 "trace/tr_drm.h"
-#include "trace/tr_screen.h"
-#include "trace/tr_context.h"
-#include "trace/tr_buffer.h"
-#include "trace/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
 {




More information about the mesa-commit mailing list