From: Brian Paul Date: Fri, 26 Feb 2010 17:43:19 +0000 (-0700) Subject: gallium/trace: remove unneeded path prefixes on #includes X-Git-Tag: 062012170305~12852^2~472 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f9ec9aa96406356b1224c6926e263cb626b5c67;p=profile%2Fivi%2Fmesa.git gallium/trace: remove unneeded path prefixes on #includes --- 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 {