gallium/trace: remove unneeded path prefixes on #includes
authorBrian Paul <brianp@vmware.com>
Fri, 26 Feb 2010 17:43:19 +0000 (10:43 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 26 Feb 2010 17:43:19 +0000 (10:43 -0700)
src/gallium/drivers/trace/tr_drm.c

index b8adde77f109a29fa9682d388d3399da18be5491..2b4915003e2123d9f11aa1922b338bc4e3a7bbc1 100644 (file)
 #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
 {