summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-02-26 10:43:19 -0700
committerBrian Paul <brianp@vmware.com>2010-02-26 10:43:19 -0700
commit3f9ec9aa96406356b1224c6926e263cb626b5c67 (patch)
treedbfe5f6383f6d8c5aa197a15ffc8fff25dc281a2 /src/gallium/drivers/trace
parent549ce307849f9d2d3d73a8e6c6a24a95416b06c1 (diff)
gallium/trace: remove unneeded path prefixes on #includes
Diffstat (limited to 'src/gallium/drivers/trace')
-rw-r--r--src/gallium/drivers/trace/tr_drm.c10
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 b8adde77f1..2b4915003e 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
{